Skip to content

Commit f955368

Browse files
committed
Build docs only
1 parent 7efdb8a commit f955368

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)