Skip to content

Commit

Permalink
CI: Replace docs deploy key with default GHA token
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Jan 24, 2025
1 parent d85a809 commit c03e791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Upload to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.GHPAGES_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/html
exclude_assets: '.buildinfo,_static/jquery-*.js,_static/underscore-*.js'
destination_dir: ./${{ env.DOC_VERSION }}
Expand Down

0 comments on commit c03e791

Please sign in to comment.