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 4269d9d commit 64b11cbCopy full SHA for 64b11cb
.github/workflows/publish_book.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Copy jupyterlite site under the book directory
37
run: |
38
- cp -r jupyterlite/dist _build/html/jupyterlite
+ pixi run -e doc copy-jupyterlite
39
40
- name: Update the main gh-page website
41
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments