Skip to content

Commit

Permalink
add GH token to last checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Sep 10, 2024
1 parent 0b1d8c6 commit e39bf53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
with:
ref: docs # The branch that will hold the generated GitHub Pages content
path: gh-pages # Work in a separate directory to avoid conflicts
token: ${{ secrets.ORG_PAT }}

# Copy the generated files to the docs branch
- name: Copy generated files
Expand Down

0 comments on commit e39bf53

Please sign in to comment.