From c87424be7a5cadb426db1e17015c1c7c561aaa77 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 27 Jun 2023 12:47:28 +0200 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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