Update compile.yml

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

View File

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