Skip to content

Commit a1a2e98

Browse files
committed
Update ci
1 parent b653d4c commit a1a2e98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
julia --project=docs -e '
5151
using Pkg
5252
Pkg.develop(PackageSpec(path=pwd()))
53-
Pkg.instantiate()'
53+
Pkg.instantiate()
54+
Pkg.add(name="GridapSolvers", rev="develop")'
5455
- run: julia --project=docs docs/make.jl
5556
env:
5657
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)