mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Trying a different token again @minor
This commit is contained in:
parent
da9ba4a4f5
commit
75f2f57083
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- name: github pages deploy
|
- name: github pages deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3.8.0
|
uses: peaceiris/actions-gh-pages@v3.8.0
|
||||||
env:
|
env:
|
||||||
github_token: ${{ github.token }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_branch: gh-pages
|
publish_branch: gh-pages
|
||||||
publish_dir: docs
|
publish_dir: docs
|
||||||
force_orphan: true
|
force_orphan: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue