mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +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 }}
|
||||
run: |
|
||||
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