mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Including dotnet tools restore into ci build
This commit is contained in:

committed by
Patrik Svensson

parent
bba5f0c5dc
commit
523adc6c49
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -43,6 +43,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cd docs
|
||||
dotnet tool restore
|
||||
dotnet run --configuration Release
|
||||
|
||||
- name: Archive doc generation
|
||||
|
Reference in New Issue
Block a user