Skip to content

Commit

Permalink
Add DOCUMENTER_KEY to docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pmc4 committed Sep 8, 2023
1 parent f685271 commit c83c687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
Expand Down

0 comments on commit c83c687

Please sign in to comment.