From 707473f72ff78f232d2e61026f270512b94dedb2 Mon Sep 17 00:00:00 2001 From: fynnbe Date: Tue, 28 May 2024 15:46:27 +0200 Subject: [PATCH] don't copy README.md to gh-pages --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 997b2afa6..501f00439 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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