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 12, 2023
1 parent b49c2d7 commit f091347
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
name: Checkout code
- uses: nunit/[email protected]
name: Build Documentation
with:
args: docfx.json
- name: Deploy GitHub Pages site
uses: actions/[email protected]
with:
args: docfx.json
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

0 comments on commit f091347

Please sign in to comment.