Skip to content

Commit

Permalink
deploy rendered presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 8, 2024
1 parent 0438fc4 commit c0b45b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ jobs:
--footer-text 'bioimageio.core ${{steps.get_version.outputs.version}}' \
-o ./dist bioimageio.core
- run: cp README.md ./dist/README.md
- name: copy rendered presentations
run: cp -r ./presentations/*.html ./dist/presentations
- name: Deploy to gh-pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit c0b45b0

Please sign in to comment.