Skip to content

Commit 412f620

Browse files
committed
try to precompile project before generating book
1 parent 371c12d commit 412f620

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jupyterbook.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
- uses: julia-actions/julia-buildpkg@v1
3434

3535

36-
- name: Build the book
36+
- name: Precompile project
3737
run: julia --project -e 'using Pkg;Pkg.precompile()'
38+
39+
- name: Build the book
3840
run: |
3941
jupyter-book build ./docs
4042

0 commit comments

Comments
 (0)