mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
chore: call token personal_token
Just in case this action thinks it knows better
This commit is contained in:
parent
688d91f377
commit
f0d77b28e8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
if: github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/v')
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ steps.generate-token.outputs.token }}
|
||||
personal_token: ${{ steps.generate-token.outputs.token }}
|
||||
external_repository: xonsh/xonsh-docs
|
||||
publish_dir: ./docs/_build/html
|
||||
destination_dir: dev # latest as in main branch
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v')
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ steps.generate-token.outputs.token }}
|
||||
personal_token: ${{ steps.generate-token.outputs.token }}
|
||||
external_repository: xonsh/xonsh-docs
|
||||
publish_dir: ./docs/_build/html
|
||||
# # todo: implement versioned docs
|
||||
|
|
Loading…
Add table
Reference in a new issue