Skip to content

Commit

Permalink
fix copy presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe authored Nov 8, 2024
1 parent 3477961 commit 9815139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ jobs:
-o ./dist bioimageio.core
- run: cp README.md ./dist/README.md
- name: copy rendered presentations
run: cp -r ./presentations/*.html ./dist/presentations
run: |
mkdir ./dist/presentations
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 9815139

Please sign in to comment.