Skip to content

Commit

Permalink
Merge pull request #937 from PyThaiNLP/dependabot/github_actions/peac…
Browse files Browse the repository at this point in the history
…eiris/actions-gh-pages-4

Bump peaceiris/actions-gh-pages from 3 to 4
  • Loading branch information
bact authored Oct 28, 2024
2 parents e9a6f3e + 70dfee5 commit 80f027a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cd docs && make html
cd ..
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_dir: ./docs/_build/html
Expand Down

0 comments on commit 80f027a

Please sign in to comment.