Skip to content

Commit

Permalink
chore: make common files visible for bikeshed
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Termont <[email protected]>
  • Loading branch information
woutermont committed Dec 10, 2024
1 parent 45643be commit f9f589d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f9f589d

Please sign in to comment.