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 66a0453 commit 188d08eCopy full SHA for 188d08e
.github/workflows/multidocs.yml
@@ -23,14 +23,18 @@ jobs:
23
- name: Build GNNGraphs docs
24
run:
25
julia --project=GNNGraphs/docs/ -e '
26
+ using Pkg;
27
+ Pkg.instantiate();
28
include("GNNGraphs/docs/make.jl")'
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
31
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
32
33
- name: Build GNNlib docs
34
run: julia --project=GNNlib/docs/ -e '
- include("GNNlib/docs/make.jl")'
35
36
37
+ include("GNNlib/docs/make.jl")'
38
39
40
0 commit comments