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 0438fc4 commit c0b45b0Copy full SHA for c0b45b0
.github/workflows/build.yaml
@@ -179,6 +179,8 @@ jobs:
179
--footer-text 'bioimageio.core ${{steps.get_version.outputs.version}}' \
180
-o ./dist bioimageio.core
181
- run: cp README.md ./dist/README.md
182
+ - name: copy rendered presentations
183
+ run: cp -r ./presentations/*.html ./dist/presentations
184
- name: Deploy to gh-pages 🚀
185
uses: JamesIves/github-pages-deploy-action@v4
186
with:
0 commit comments