Skip to content

Commit 11a8947

Browse files
committed
Update CI
1 parent 44a62a9 commit 11a8947

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
with:
7474
version: '1'
7575
- uses: julia-actions/julia-buildpkg@v1
76+
- run: |
77+
julia --project=docs -e '
78+
using Pkg
79+
Pkg.develop(path="extensions/PartitionedSolvers")'
7680
- uses: julia-actions/julia-docdeploy@v1
7781
env:
7882
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)