File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,7 @@ jobs:
384384 cd ../..
385385 fi
386386 tar -zcf build/html.tgz build/html
387+ tar -zcf build/ipynb.tgz build/ipynb
387388 rm -rf build/html build/ipynb
388389 cd ..
389390
@@ -434,6 +435,9 @@ jobs:
434435 - store_artifacts :
435436 path : doc/build/html.tgz
436437 destination : doc-html.tgz
438+ - store_artifacts :
439+ path : doc/build/ipynb.tgz
440+ destination : ipynb.tgz
437441 - store_artifacts :
438442 path : doc/apidoc/apidoc.tgz
439443 destination : apidoc.tgz
Original file line number Diff line number Diff line change 5858 name : doc-html
5959 path : doc/build/html/
6060
61+ - name : Upload notebooks artifact
62+ uses : actions/upload-artifact@v4
63+ with :
64+ name : doc-ipynb
65+ path : doc/build/ipynb/
66+
6167 - name : Build API docs
6268 run : |
6369 cd doc
You can’t perform that action at this time.
0 commit comments