Skip to content

Commit

Permalink
Add instantiate
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Dec 7, 2024
1 parent 72b2575 commit d2ec0e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/multidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
run: git config --global init.defaultBranch master

- name: Build GNNGraphs docs
run:
julia --project=GNNGraphs/docs/ GNNGraphs/docs/make.jl
run: julia --project=GNNGraphs/docs/ -e'
using Pkg;
Pkg.instantiate();
include("GNNGraphs/docs/make.jl")'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
Expand Down

0 comments on commit d2ec0e5

Please sign in to comment.