Skip to content

Commit c0b45b0

Browse files
committed
deploy rendered presentations
1 parent 0438fc4 commit c0b45b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ jobs:
179179
--footer-text 'bioimageio.core ${{steps.get_version.outputs.version}}' \
180180
-o ./dist bioimageio.core
181181
- run: cp README.md ./dist/README.md
182+
- name: copy rendered presentations
183+
run: cp -r ./presentations/*.html ./dist/presentations
182184
- name: Deploy to gh-pages 🚀
183185
uses: JamesIves/github-pages-deploy-action@v4
184186
with:

0 commit comments

Comments
 (0)