Skip to content

Commit

Permalink
create new DOCUMENTER_KEY to address encoding error
Browse files Browse the repository at this point in the history
  • Loading branch information
vlandau committed Jan 29, 2024
1 parent 6e08027 commit da8c9b4
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 da8c9b4

Please sign in to comment.