Skip to content

Commit 67d29cd

Browse files
update
1 parent 4c9c8dc commit 67d29cd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/multidocs.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,6 @@ jobs:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
6262
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
6363

64-
# Build tutorials
65-
- name: Install dependencies for tutorials
66-
run: julia --project=tutorials/docs/ -e '
67-
using Pkg;
68-
pkg"dev ./GraphNeuralNetworks ./GNNlib ./GNNGraphs";
69-
Pkg.instantiate();
70-
include("tutorials/docs/make.jl")'
71-
env:
72-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
73-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
7464

7565
# Build and deploy multidocs
7666
- name: Install dependencies for multidocs

0 commit comments

Comments
 (0)