mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
better workflow names
This commit is contained in:
parent
8bc465b4bc
commit
8805c7675a
2 changed files with 6 additions and 6 deletions
|
@ -5,11 +5,11 @@ when:
|
|||
- "Changelog.md"
|
||||
- "InGameNews.md"
|
||||
steps:
|
||||
build:
|
||||
build-web:
|
||||
image: mcr.microsoft.com/dotnet/sdk:7.0.305
|
||||
commands:
|
||||
- cd docs && dotnet tool restore && dotnet docfx
|
||||
preview:
|
||||
preview-web:
|
||||
image: woodpeckerci/plugin-surge-preview
|
||||
when:
|
||||
event: pull_request
|
||||
|
@ -21,7 +21,7 @@ steps:
|
|||
forge_url: https://github.com
|
||||
forge_repo_token:
|
||||
from_secret: github_token
|
||||
deploy:
|
||||
deploy-web:
|
||||
image: debian:latest
|
||||
when:
|
||||
event: [push, manual]
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
when:
|
||||
path: "web/**"
|
||||
steps:
|
||||
build:
|
||||
build-web:
|
||||
image: ruby:latest
|
||||
commands:
|
||||
- cd web && bundle && bundle exec jekyll build
|
||||
preview:
|
||||
preview-web:
|
||||
image: woodpeckerci/plugin-surge-preview
|
||||
when:
|
||||
event: pull_request
|
||||
|
@ -17,7 +17,7 @@ steps:
|
|||
forge_url: https://github.com
|
||||
forge_repo_token:
|
||||
from_secret: github_token
|
||||
deploy:
|
||||
deploy-web:
|
||||
image: debian:latest
|
||||
when:
|
||||
- event: [push, manual]
|
||||
|
|
Loading…
Reference in a new issue