Skip to content

Commit 64b11cb

Browse files
committed
_
1 parent 4269d9d commit 64b11cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Copy jupyterlite site under the book directory
3737
run: |
38-
cp -r jupyterlite/dist _build/html/jupyterlite
38+
pixi run -e doc copy-jupyterlite
3939
4040
- name: Update the main gh-page website
4141
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)