Skip to content

Commit 22bb801

Browse files
authored
Corrected sha with correct CI version (#230)
1 parent 3d73a59 commit 22bb801

File tree

4 files changed

+128
-331
lines changed

4 files changed

+128
-331
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: '1.7'
17+
version: '1.8.2'
1818
- name: Install dependencies
1919
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2020
- name: Build and deploy

docs/pluto_output/gnn_intro_pluto.md

Lines changed: 38 additions & 105 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)