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 594fc96 commit 4037910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
steps:
- uses: actions/checkout@v1
name: Checkout code
- uses: nunit/docfx-action@v2.4.0
- uses: nunit/docfx-action@v3
name: Build Documentation
with:
args: docfx.json
- name: Deploy GitHub Pages site
uses: actions/deploy-pages@v2.0.4
uses: actions/deploy-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

0 comments on commit 4037910

Please sign in to comment.