Skip to content

Commit d2ec0e5

Browse files
committed
Add instantiate
1 parent 72b2575 commit d2ec0e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/multidocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
run: git config --global init.defaultBranch master
2222

2323
- name: Build GNNGraphs docs
24-
run:
25-
julia --project=GNNGraphs/docs/ GNNGraphs/docs/make.jl
24+
run: julia --project=GNNGraphs/docs/ -e'
25+
using Pkg;
26+
Pkg.instantiate();
27+
include("GNNGraphs/docs/make.jl")'
2628
env:
2729
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
2830
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)