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 c543803 commit 6f2f345Copy full SHA for 6f2f345
.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
34
${{ runner.os }}-test-
35
${{ runner.os }}-
36
- name: Install dependencies
37
- run: julia -O0 --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
+ run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
38
- name: Build and deploy
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments