Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop authored Nov 13, 2023
1 parent 270749c commit 907b071
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Dotnet Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x

- run: dotnet tool update -g docfx
- run: docfx docfx.json


- uses: nunit/[email protected]
name: Build Documentation
with:
args: docfx.json

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
env:
Expand Down

0 comments on commit 907b071

Please sign in to comment.