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 e1b7ecd commit f31e89aCopy full SHA for f31e89a
.github/workflows/deploy-github-page.yml
@@ -144,7 +144,7 @@ jobs:
144
jupyter lite build \
145
--XeusAddon.prefix=${{ env.PREFIX }} \
146
--XeusAddon.mounts="${{ env.PREFIX }}/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
147
- --XeusAddon.mounts="${{ env.PREFIX }}/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d"
+ --XeusAddon.mounts="${{ env.PREFIX }}/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
148
--contents README.md \
149
--contents notebooks/xeus-cpp-lite-demo.ipynb \
150
--contents notebooks/smallpt.ipynb \
0 commit comments