Update compile.yml

This commit is contained in:
Andros Fenollosa 2023-06-27 12:48:54 +02:00 committed by GitHub
parent c87424be7a
commit 1aea7caee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,5 +40,5 @@ jobs:
git config user.email "action@github.com"
git config user.name "GitHub Action"
git add themes/light.css themes/dark.css
git commit am "updated on - $(date)"
git commit -m "updated on - $(date)"
git push origin main