Skip to content

Commit

Permalink
uncomment github_token line
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneBogart committed Oct 22, 2024
1 parent 0cdcb67 commit 1262624
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 @@ -19,6 +19,6 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/skycat_doc2' }}
with:
publish_branch: gh-pages
# github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true

0 comments on commit 1262624

Please sign in to comment.