Skip to content

Commit e6f5e8c

Browse files
committed
Update GH Action, fix submodule path
1 parent 59c25e3 commit e6f5e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
micromamba activate base
3333
git clone https://github.com/icenet-ai/icenet.git
3434
cd icenet
35-
git submodule set-url notebooks https://github.com/icenet-ai/icenet-notebooks.git
35+
git submodule set-url icenet-notebooks https://github.com/icenet-ai/icenet-notebooks.git
3636
git submodule update --init
3737
pip install .
3838
cd docs

0 commit comments

Comments
 (0)