Skip to content

Commit

Permalink
Add HEAD release for latest versions of resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mkollenstart committed Nov 27, 2023
1 parent cc77047 commit c25208c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Create HEAD release
run: |-
mkdir releases/head
rsync -R **/*.{json,ttl} ./releases/head/
rm -r releases/head/releases
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit c25208c

Please sign in to comment.