Skip to content

Commit d31c03e

Browse files
committed
examples
1 parent ef2e95b commit d31c03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
python -m pip install --pre jupyterlite-core jupyterlite_javascript_kernel*.whl
113113
- name: Build the JupyterLite site
114114
run: |
115-
jupyter lite build --output-dir dist
115+
jupyter lite build --output-dir dist --contents examples
116116
- name: Upload artifact
117117
uses: actions/upload-pages-artifact@v3
118118
with:

0 commit comments

Comments
 (0)