We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c75ad commit ffcf7e2Copy full SHA for ffcf7e2
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build the JupyterLite site
25
run: |
26
cp README.md content
27
- jupyter lite build --contents content --output-dir dist
+ jupyter lite build --contents content --lite-dir .lite --output-dir dist
28
- name: Upload artifact
29
uses: actions/upload-pages-artifact@v3
30
with:
0 commit comments