Skip to content

Commit

Permalink
Fix token in docs gen
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Aug 21, 2023
1 parent 581b206 commit 042abee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
uses: julia-actions/julia-buildpkg@latest
- name: Generate documentation
run: julia --color=yes docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload GitHub Pages artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 042abee

Please sign in to comment.