Skip to content

Commit 1e756b2

Browse files
fix error path
1 parent d6a423c commit 1e756b2

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=joinpath(pwd(),"docs"))); Pkg.instantiate()'
23+
run: julia --project=docs/ -e 'using Pkg; 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)