Update .github/workflows/deploy-pages.yml

This commit is contained in:
2025-03-04 16:50:09 +01:00
parent 6e8a272270
commit 444715b80e
+2 -2
View File
@@ -37,8 +37,8 @@ jobs:
- name: Verify Python version
run: pip3 install mkdocs-material
# - name: Build Jupyter Book
# run: jupyter-book build .
- name: copy config
run: cp docs/mkdocs.yml .
- name: Build Jupyter Book
run: mkdocs build --site-dir public