diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index 9ca5a64..b39a46b 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -100,13 +100,13 @@ Server = https://repo.stuple.net/$arch 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