mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
Only build docs once :)
This commit is contained in:
parent
36e5350968
commit
f9a85e017a
5
.github/workflows/docs.yaml
vendored
5
.github/workflows/docs.yaml
vendored
@ -47,8 +47,9 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
NETLIFY_ACCESS_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}
|
||||||
|
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||||
run: |
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
dotnet tool restore
|
dotnet tool restore
|
||||||
dotnet run --configuration Release
|
dotnet run --configuration Release -- deploy
|
||||||
dotnet run -- deploy
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user