added build date to headers

This commit is contained in:
2026-02-28 23:42:28 +01:00
parent d7cfd2ee76
commit 5751c8cf15
2 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,11 @@ jobs:
- name: Install
run: npm ci
- name: Inject build date
run: |
BUILD_DATE=$(date -u +"%Y-%m-%d %H:%M:%S UTC")
sed -i "s/__BUILD_DATE__/$BUILD_DATE/" index.html
- name: Build
run: npm run build