Skip to content

Commit 405db95

Browse files
committed
Update order of arguments to create index.
1 parent 07e2736 commit 405db95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notebook_ci.yaml

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

0 commit comments

Comments
 (0)