Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Since ./site only contains HTML files (generated from markdown by MkDocs),
# no markdown files will be deployed. The markdown files exist only during
# the build process and are never committed to any branch.
personal_token: ${{ secrets.GHPAGES_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
publish_branch: gh-pages
allow_empty_commit: false
Expand Down
Loading