We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717f4e4 commit c5eeaa8Copy full SHA for c5eeaa8
.github/workflows/Documentation.yml
@@ -19,5 +19,6 @@ jobs:
19
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20
- name: Build and deploy
21
env:
22
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
23
+ DOCUMENTER_KEY: ${{secrets.DOCUMENTER_KEY}}
24
run: julia --project=docs/ docs/make.jl
0 commit comments