diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index d3aa9a7..1533333 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -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