We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b2575 commit d2ec0e5Copy full SHA for d2ec0e5
.github/workflows/multidocs.yml
@@ -21,8 +21,10 @@ jobs:
21
run: git config --global init.defaultBranch master
22
23
- name: Build GNNGraphs docs
24
- run:
25
- julia --project=GNNGraphs/docs/ GNNGraphs/docs/make.jl
+ run: julia --project=GNNGraphs/docs/ -e'
+ using Pkg;
26
+ Pkg.instantiate();
27
+ include("GNNGraphs/docs/make.jl")'
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
30
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments