Update .github/workflows/update-repo.yml
This commit is contained in:
4
.github/workflows/update-repo.yml
vendored
4
.github/workflows/update-repo.yml
vendored
@@ -100,13 +100,13 @@ Server = https://repo.stuple.net/$arch</pre>
|
|||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p><a href="./x86_64/">📁 Browse File Index</a></p>
|
<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>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
EOF
|
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
|
sed -i "s|Automated by GitHub Actions|& • Last updated: $(date)|" index.html
|
||||||
|
|
||||||
- name: Deploy and Fix Permissions
|
- name: Deploy and Fix Permissions
|
||||||
|
|||||||
Reference in New Issue
Block a user