Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop authored Jan 5, 2024
1 parent 7b0ee44 commit f51bffe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
with:
dotnet-version: 7.x

- name: List contents of folder
run: |
Get-ChildItem -Path ${{ github.workspace }} -Recurse
- run: dotnet tool update -g docfx
- run: docfx docfx.json

Expand Down

0 comments on commit f51bffe

Please sign in to comment.