Skip to content

Commit

Permalink
docs: fix publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Apr 16, 2024
1 parent 153be83 commit e0799c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: python -m mkdocs build --strict
- name: Push docs to Github Pages
# Run "invoke mkdocs.deploy" to create the "gh-pages" branch and deploy it first, otherwise this step fails
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./public

0 comments on commit e0799c9

Please sign in to comment.