mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-17 17:32:50 +08:00
Separate build and run when publishing docs
This commit is contained in:
parent
bdaf00a556
commit
f2677213a4
3
.github/workflows/docs.yaml
vendored
3
.github/workflows/docs.yaml
vendored
@ -30,4 +30,5 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
dotnet run --configuration Release -- deploy
|
dotnet build --configuration Release
|
||||||
|
dotnet run --configuration Release --no-build -- deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user