Skip to content

Commit 6e14998

Browse files
authored
Fix the deploy key
We call it DOCUMENTER_KEY_PDF here.
1 parent 4db1023 commit 6e14998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PDFs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- run: julia --color=yes pdf/make.jl commit
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
47+
DOCUMENTER_KEY_PDF: ${{ secrets.DOCUMENTER_KEY_PDF }}

0 commit comments

Comments
 (0)