Skip to content

Commit ffcf7e2

Browse files
modified
1 parent d0c75ad commit ffcf7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build the JupyterLite site
2525
run: |
2626
cp README.md content
27-
jupyter lite build --contents content --output-dir dist
27+
jupyter lite build --contents content --lite-dir .lite --output-dir dist
2828
- name: Upload artifact
2929
uses: actions/upload-pages-artifact@v3
3030
with:

0 commit comments

Comments
 (0)