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 fe3790f commit 2cb5070
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
dotnet-version: 7.x

- run: dotnet tool update -g docfx

- name: List contents of folder
run: ls -R -a /home/runner/.dotnet/tools/.store/docfx/

- name: Download post processor
run: curl https://github.com/Ruemena/RueI/raw/78a731a4023c14d0dac8c03dbe491a4261e91cc8/RueIDocFX.dll -o /home/runner/.dotnet/tools/.store/docfx/2.74.1/docfx/2.74.1/tools/net8.0/any/RueIDocFX.dll
run: curl https://github.com/Ruemena/RueI/raw/master/RueIDocFX.dll -o /home/runner/.dotnet/tools/.store/docfx/2.74.1/docfx/2.74.1/tools/net8.0/any/RueIDocFX.dll

- name: List contents of folder
run: ls -R -a /home/runner/.dotnet/tools/.store/docfx/

- run: docfx docfx.json

Expand Down

0 comments on commit 2cb5070

Please sign in to comment.