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 9d6837c commit 78d2837Copy full SHA for 78d2837
.github/workflows/documentation.yml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
# Build documentation on latest release
16
version: '1'
17
+ - name: Install dependencies
18
+ run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
19
- name: Build and deploy
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
0 commit comments