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 976ff82 commit 8443014Copy full SHA for 8443014
.github/workflows/documentation.yml
@@ -29,7 +29,7 @@ jobs:
29
# then you need to include this extra step (simply uncomment it):
30
31
- name: Develop local package
32
- run: julia -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate()'
+ run: julia --project=docs/ -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate()'
33
34
# The next steps continue with the `doc` folder build.
35
0 commit comments