Skip to content

Commit c5eeaa8

Browse files
authored
Update Documentation.yml
Adding DOCUMENTER_KEY
1 parent 717f4e4 commit c5eeaa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2020
- name: Build and deploy
2121
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
23+
DOCUMENTER_KEY: ${{secrets.DOCUMENTER_KEY}}
2324
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)