Skip to content

Commit 9815139

Browse files
authored
fix copy presentations
1 parent 3477961 commit 9815139

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ jobs:
180180
-o ./dist bioimageio.core
181181
- run: cp README.md ./dist/README.md
182182
- name: copy rendered presentations
183-
run: cp -r ./presentations/*.html ./dist/presentations
183+
run: |
184+
mkdir ./dist/presentations
185+
cp -r ./presentations/*.html ./dist/presentations/
184186
- name: Deploy to gh-pages 🚀
185187
uses: JamesIves/github-pages-deploy-action@v4
186188
with:

0 commit comments

Comments
 (0)