Skip to content

Commit 80f027a

Browse files
authored
Merge pull request #937 from PyThaiNLP/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents e9a6f3e + 70dfee5 commit 80f027a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cd docs && make html
3434
cd ..
3535
- name: Deploy
36-
uses: peaceiris/actions-gh-pages@v3
36+
uses: peaceiris/actions-gh-pages@v4
3737
with:
3838
personal_token: ${{ secrets.PERSONAL_TOKEN }}
3939
publish_dir: ./docs/_build/html

0 commit comments

Comments
 (0)