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 3477961 commit 9815139Copy full SHA for 9815139
.github/workflows/build.yaml
@@ -180,7 +180,9 @@ jobs:
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
+ run: |
184
+ mkdir ./dist/presentations
185
+ cp -r ./presentations/*.html ./dist/presentations/
186
- name: Deploy to gh-pages 🚀
187
uses: JamesIves/github-pages-deploy-action@v4
188
with:
0 commit comments