Skip to content

Commit 89aff40

Browse files
committed
Fix
1 parent 7941b0a commit 89aff40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/multidocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
- uses: julia-actions/cache@v2
1919

2020
# Build GNNGraphs docs
21+
- name: Set up
22+
run: git config --global init.defaultBranch test-multidocs
23+
2124
- name: Install dependencies for GNNGraphs
2225
run:
23-
git config --global init.defaultBranch test-multidocs
2426
julia --project=GNNGraphs/docs/ -e '
2527
using Pkg;
2628
Pkg.develop(PackageSpec(path=joinpath(pwd(), "GNNGraphs")));

0 commit comments

Comments
 (0)