create git hash html

This commit is contained in:
2025-08-31 17:10:57 +02:00
parent b6c9c51ec3
commit 9872b64fbd
3 changed files with 16 additions and 4 deletions

View File

@@ -17,9 +17,9 @@ jobs:
- name: Install dependencies
run: bun install
- name: Build
run: |
bun run build
echo "export const GITHUB_SHA = '$GITHUB_SHA';" > dist/git-hash.js
run: bun run build
- name: Write Git-Hash into html
run: ./pipeline/create-git-hash-html.sh
- name: Create Build Artifact
uses: christopherhx/gitea-upload-artifact@v4
with: