Skip to content

Commit 1359eb3

Browse files
committed
update build to add date to main page
1 parent b5bb7bf commit 1359eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 22 # Or your desired Node.js version
1616
- name: Get Date
17-
run: DATE=`date` && sed "s/A thing made by John Kraus/A thing made by John Kraus - $DATE/g" src/main.tsx >> src/main2.tsx && cp src/main2.tsx src/main.tsx
17+
run: DATE=`date` && sed "s/A thing made by John Kraus/A thing made by John Kraus - Built on $DATE/g" src/main.tsx >> src/main2.tsx && cp src/main2.tsx src/main.tsx
1818
- name: Install Dependencies
1919
run: npm install
2020
- name: Build Project

0 commit comments

Comments
 (0)