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 7962f78 commit fbe50d6Copy full SHA for fbe50d6
.github/workflows/documentation.yml
@@ -25,7 +25,9 @@ jobs:
25
shell: julia --color=yes --project=docs {0}
26
run: |
27
using Pkg
28
- Pkg.develop(PackageSpec(path=pwd()))
+ for pkg in ["GrothAlgebra", "GrothCurves", "GrothProofs"]
29
+ Pkg.develop(path=joinpath(pwd(), pkg))
30
+ end
31
Pkg.instantiate()
32
- name: Build and deploy
33
run: julia --color=yes --project=docs docs/make.jl
0 commit comments