From bc6bf0323632f1ab88d6c0a4622e5d0176439628 Mon Sep 17 00:00:00 2001 From: prplwtf Date: Tue, 15 Oct 2024 20:30:20 +0200 Subject: [PATCH] feat: update workflow :3 --- .github/workflows/update-writea.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-writea.yml b/.github/workflows/update-writea.yml index 531e4bb..4583a2d 100644 --- a/.github/workflows/update-writea.yml +++ b/.github/workflows/update-writea.yml @@ -37,6 +37,8 @@ jobs: [ -d themes/ ] && git checkout HEAD -- themes/ [ -f CNAME ] && git checkout HEAD -- CNAME git rm --cached themes/Default.css || true + git rm --cached README.md || true + git rm --cached LICENSE || true - name: Commit changes run: |