From f9f589df9393e16e7bd3459d337cfa781fe3d04a Mon Sep 17 00:00:00 2001 From: Wouter Termont Date: Tue, 10 Dec 2024 17:52:57 +0100 Subject: [PATCH] chore: make common files visible for bikeshed Signed-off-by: Wouter Termont --- .github/workflows/auto-publish.yml | 6 +----- common/anchors.bsdata => anchors.bsdata | 0 common/biblio.json => biblio.json | 0 common/link-defaults.infotree => link-defaults.infotree | 0 4 files changed, 1 insertion(+), 5 deletions(-) rename common/anchors.bsdata => anchors.bsdata (100%) rename common/biblio.json => biblio.json (100%) rename common/link-defaults.infotree => link-defaults.infotree (100%) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 0f565a2..b5e9910 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -44,11 +44,7 @@ jobs: run: pipx install --python $(which python) --quiet bikeshed - name: Setup build environment - run: | - mkdir -p "${{ env.build_dir }}" - cp common/* level0/ - echo "time=$(date +"%Y%m%d%H%M%S")" >> "$GITHUB_OUTPUT" - # && cp common/* level1/ && cp common/* level2/ + run: mkdir -p "${{ env.build_dir }}" && echo "time=$(date +"%Y%m%d%H%M%S")" >> "$GITHUB_OUTPUT" - name: Build Level 0 if: steps.filter.outputs.level0 == 'true' diff --git a/common/anchors.bsdata b/anchors.bsdata similarity index 100% rename from common/anchors.bsdata rename to anchors.bsdata diff --git a/common/biblio.json b/biblio.json similarity index 100% rename from common/biblio.json rename to biblio.json diff --git a/common/link-defaults.infotree b/link-defaults.infotree similarity index 100% rename from common/link-defaults.infotree rename to link-defaults.infotree