Skip to content

Commit

Permalink
fix(ci): use github_token for gh pages deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jws-1 authored Nov 25, 2023
1 parent 3a1e1f9 commit 12af5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
if: github.event_name != 'pull_request' && github.ref_name == 'main'
with:
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
github_token: ${{ secrets.DOCS_DEPLOY_KEY }}
publish_dir: ./src/lasr-base/documentation/web/build
external_repository: lasr-at-home/docs

0 comments on commit 12af5bc

Please sign in to comment.