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 7941b0a commit 89aff40Copy full SHA for 89aff40
.github/workflows/multidocs.yml
@@ -18,9 +18,11 @@ jobs:
18
- uses: julia-actions/cache@v2
19
20
# Build GNNGraphs docs
21
+ - name: Set up
22
+ run: git config --global init.defaultBranch test-multidocs
23
+
24
- name: Install dependencies for GNNGraphs
25
run:
- git config --global init.defaultBranch test-multidocs
26
julia --project=GNNGraphs/docs/ -e '
27
using Pkg;
28
Pkg.develop(PackageSpec(path=joinpath(pwd(), "GNNGraphs")));
0 commit comments