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

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