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 997421a commit 29b8be1Copy full SHA for 29b8be1
.github/workflows/emscripten.yml
@@ -840,8 +840,8 @@ jobs:
840
python -m pip install jupyterlite-xeus jupyterlite-core jupyterlab notebook libarchive-c
841
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --contents notebooks/smallpt.ipynb --contents notebooks/images/marie.png --contents notebooks/audio/audio.wav --output-dir dist
842
843
- - name: Deploy preview
844
- if: ${{ runner.os == 'macOS' }}
845
- uses: rossjrw/pr-preview-action@v1
846
- with:
847
- source-dir: ./xeus-cpp/dist/
+ - name: Deploy preview
+ if: ${{ runner.os == 'macOS' }}
+ uses: rossjrw/pr-preview-action@v1
+ with:
+ source-dir: ./xeus-cpp/dist/
0 commit comments