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 213a36e commit 6f70ea1Copy full SHA for 6f70ea1
1 file changed
.github/workflows/Documenter.yml
@@ -27,12 +27,6 @@ jobs:
27
with:
28
version: '1'
29
- uses: julia-actions/cache@v2
30
- - name: Configure doc environment
31
- shell: julia --project=docs --color=yes {0}
32
- run: |
33
- using Pkg
34
- Pkg.develop(PackageSpec(path=pwd()))
35
- Pkg.instantiate()
36
- uses: julia-actions/julia-buildpkg@v1
37
- run: julia --project=docs docs/make.jl
38
env:
0 commit comments