Skip to content

Commit

Permalink
Merge pull request #152 from Circuitscape/vl/documenter_key
Browse files Browse the repository at this point in the history
create new DOCUMENTER_KEY to address encoding error
  • Loading branch information
vlandau authored Jan 29, 2024
2 parents bb75338 + da8c9b4 commit b7093fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.SSH_KEY }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit b7093fb

Please sign in to comment.