Skip to content

Commit e8f46bd

Browse files
committed
fix: add versioning or latest commit information to our about page
1 parent 9f5c1c2 commit e8f46bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
with:
1111
node-version: 18
1212
cache: 'npm'
13+
- name: Get Commit Hash and generate Version File
14+
run: echo "$(git rev-parse --short HEAD)" >> public/hash.txt
1315
- name: Run install
1416
run: npm ci
1517
- name: Build

0 commit comments

Comments
 (0)