check git hash to reset page
All checks were successful
CI / build (push) Successful in 34s
CI / lint (push) Successful in 8s
CI / create-and-publish-docker-image (push) Successful in 13s

This commit is contained in:
2025-09-03 15:15:08 +02:00
parent 5cb323a1d2
commit f7c97169d0
5 changed files with 80 additions and 73 deletions

View File

@@ -1,11 +1,3 @@
#!/bin/sh
echo "<!DOCTYPE html>
<html>
<head>
<title>Git Hash</title>
</head>
<body>
<pre>GITHUB_SHA = '$GITHUB_SHA';</pre>
</body>
</html>" > dist/git-hash.html
echo "$GITHUB_SHA" > dist/git-hash.html