We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681dd71 commit 2d912bdCopy full SHA for 2d912bd
.github/workflows/deploy_docs.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Deploy
28
uses: peaceiris/actions-gh-pages@v3
29
with:
30
- personal_token: ${{ secrets.PERSONAL_TOKEN }
+ personal_token: ${{ secrets.PERSONAL_TOKEN }}
31
publish_dir: ./docs/_build/html
32
external_repository: PyThaiNLP/dev-docs
33
user_name: 'github-actions[bot]'
0 commit comments