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 bf97752
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 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 All @@ -73,3 +69,4 @@ jobs:
commit-message: "publish: changes at ${{ steps.bikeshed.outputs.time }}"
branch: gh-pages
tag: "v${{ steps.bikeshed.outputs.time }}"
clean: false
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion level0/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,3 @@ Comments regarding this document are welcome, via the [GitHub issue tracker](htt
...

ISSUE: clarify claim token formats, and discuss advertising them with a parameter separate from uma profiles

File renamed without changes.

0 comments on commit bf97752

Please sign in to comment.