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 d6a423c commit 1e756b2Copy full SHA for 1e756b2
.github/workflows/documentation.yml
@@ -20,7 +20,7 @@ jobs:
20
version: '1'
21
- uses: julia-actions/cache@v2
22
- name: Install dependencies
23
- run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=joinpath(pwd(),"docs"))); Pkg.instantiate()'
+ run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate()'
24
- name: Setup symlink
25
run: ln -s ../../class01/class01.md class01.md
26
working-directory: docs/src
0 commit comments