Skip to content

Commit

Permalink
don't copy README.md to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed May 28, 2024
1 parent 3dfb341 commit 707473f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
--favicon https://bioimage.io/static/img/bioimage-io-icon-small.svg \
--footer-text 'bioimageio.spec ${{steps.get_version.outputs.version}}' \
-o ./dist bioimageio.spec
- run: cp README.md ./dist/README.md
- name: copy legacy file until BioImage.IO-packager is updated # TODO: remove if packager does not depend on it anymore
run: cp weight_formats_spec.json ./dist/weight_formats_spec.json
- name: Get branch name to deploy to
Expand Down

0 comments on commit 707473f

Please sign in to comment.