File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -27,20 +27,20 @@ jobs:
2727 - name : Install dependencies
2828 run : pip install -r requirements.docs.txt
2929
30- - name : Build docs
31- run : mkdocs build -d dist
30+ # - name: Build docs
31+ # run: mkdocs build -d dist
3232
33- - name : Build jupyterlite
34- run : |
35- cd jupyterlite
36- pip install -r requirements.txt
37- jupyter lite build --contents contents --output-dir ../dist/jupyterlite
33+ # - name: Build jupyterlite
34+ # run: |
35+ # cd jupyterlite
36+ # pip install -r requirements.txt
37+ # jupyter lite build --contents contents --output-dir ../dist/jupyterlite
3838
39- - name : Build marimo
40- run : |
41- cd marimo
42- pip install marimo
43- ./export-notebooks.sh ../dist/marimo
39+ # - name: Build marimo
40+ # run: |
41+ # cd marimo
42+ # pip install marimo
43+ # ./export-notebooks.sh ../dist/marimo
4444
4545 - name : Upload artifact
4646 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments