Skip to content

Commit

Permalink
Fixed bug in CI
Browse files Browse the repository at this point in the history
Forgot to add `github_token` to the build file for docs.
  • Loading branch information
JCGoran committed Oct 6, 2023
1 parent 64683d4 commit 90f1bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit 90f1bb6

Please sign in to comment.