Skip to content

Commit bdcc406

Browse files
committed
Update HTML index creation to use new script.
1 parent 28a11a0 commit bdcc406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/notebook_ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ jobs:
149149
cd ..
150150
151151
# build the website
152-
python create_index.py
152+
python create_index.py html v5 index.html
153+
python create_index.py html v4 index-v4.html
153154
bundle config path .gems
154155
bundle install
155156
bundle exec jekyll build

0 commit comments

Comments
 (0)