Skip to content

Commit 9a3688a

Browse files
committed
ci: build with latest commit
1 parent 8713823 commit 9a3688a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
with:
4646
version: '1'
4747
- uses: julia-actions/cache@v2
48+
- name: Configure doc environment
49+
shell: julia --project=docs --color=yes {0}
50+
run: |
51+
using Pkg
52+
Pkg.develop(PackageSpec(path=pwd()))
53+
Pkg.instantiate()
4854
- uses: julia-actions/julia-buildpkg@v1
4955
- uses: julia-actions/julia-docdeploy@v1
5056
env:

0 commit comments

Comments
 (0)