Skip to content

Commit ca1bee2

Browse files
committed
add instantiation for docs
1 parent 72dcd92 commit ca1bee2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
version: '1'
2020
- uses: ./.github/actions/juliatools
2121
- uses: ./.github/actions/juliamakedocsenv
22+
- name: Install dependencies
23+
shell: julia --color=yes --project=docs {0}
24+
run: |
25+
using Pkg
26+
Pkg.instantiate()
2227
- name: Build and deploy
2328
run: julia --project=docs/ docs/make.jl
2429

0 commit comments

Comments
 (0)