Skip to content

Commit bdd3233

Browse files
authored
Merge pull request #19 from PyThaiNLP/copilot/fix-deploy-docs-workflow
Fix parameter name in deploy_docs workflow
2 parents 089cf42 + f33e574 commit bdd3233

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Deploy
2929
uses: peaceiris/actions-gh-pages@v3
3030
with:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: ./docs/_build/html
3333
user_name: 'github-actions[bot]'
3434
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)