Skip to content

Commit

Permalink
fix(publish_docs.yml): fix the bug in the publish_docs pipeline unabl…
Browse files Browse the repository at this point in the history
…e to access pages
  • Loading branch information
JohnVonNeumann committed Nov 23, 2024
1 parent f6067e7 commit a94bec6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
run: |
python -m mkdocs build
- name: Push doc to Github Page
uses: peaceiris/actions-gh-pages@v4
uses: peaceiris/actions-gh-pages@v4.0.0
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_branch: gh-pages
publish_dir: ./site
user_name: "github-actions[bot]"
user_email: "github-actions[bot]@users.noreply.github.com"
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

0 comments on commit a94bec6

Please sign in to comment.