Skip to content

Commit 8443014

Browse files
committed
docs
1 parent 976ff82 commit 8443014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# then you need to include this extra step (simply uncomment it):
3030

3131
- name: Develop local package
32-
run: julia -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate()'
32+
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate()'
3333

3434
# The next steps continue with the `doc` folder build.
3535

0 commit comments

Comments
 (0)