Skip to content

Commit d6a423c

Browse files
path toml
1 parent 7dcf456 commit d6a423c

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
@@ -20,7 +20,7 @@ jobs:
2020
version: '1'
2121
- uses: julia-actions/cache@v2
2222
- name: Install dependencies
23-
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
23+
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=joinpath(pwd(),"docs"))); Pkg.instantiate()'
2424
- name: Setup symlink
2525
run: ln -s ../../class01/class01.md class01.md
2626
working-directory: docs/src

0 commit comments

Comments
 (0)