Update .github/workflows/update-repo.yml

This commit is contained in:
2026-04-14 22:37:11 +02:00
parent ed7f8a6715
commit 6faa277b90

View File

@@ -100,13 +100,13 @@ Server = https://repo.stuple.net/$arch</pre>
<footer>
<p><a href="./x86_64/">📁 Browse File Index</a></p>
<p id="update-tag">Automated by GitHub Actions</p>
<p id="status-tag">Automated by GitHub Actions</p>
</footer>
</div>
</body>
</html>
EOF
# Safely inject the date after the file is created to avoid YAML parsing issues
# Now we safely inject the dynamic date into the static HTML file
sed -i "s|Automated by GitHub Actions|& • Last updated: $(date)|" index.html
- name: Deploy and Fix Permissions