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 4c9c8dc commit 67d29cdCopy full SHA for 67d29cd
.github/workflows/multidocs.yml
@@ -61,16 +61,6 @@ jobs:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
62
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
63
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 }}
74
75
# Build and deploy multidocs
76
- name: Install dependencies for multidocs
0 commit comments