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