Skip to content

Commit e36f8f4

Browse files
committed
Expands docs task to move all tutorial files
1 parent 5514a4b commit e36f8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ notebook-prepare = { depends-on = [
174174

175175
## 📚 Documentation Tasks
176176
docs-assets = 'tools/add_assets_to_docs.sh'
177-
docs-notebooks = 'mv tutorials/*.ipynb docs/tutorials/'
177+
docs-notebooks = 'mv tutorials/*.* docs/tutorials/' # *.py, *.ipynb, index.json
178178
docs-config = 'python tools/create_mkdocs_yml.py'
179179
docs-deploy = 'mike deploy --push --branch gh-pages --update-aliases --alias-type redirect'
180180
docs-set-default = 'mike set-default --push --branch gh-pages'

0 commit comments

Comments
 (0)