Skip to content

Commit

Permalink
feat: update workflow once again
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Oct 15, 2024
1 parent bc6bf03 commit 0e466a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-writea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
[ -d images/ ] && git checkout HEAD -- images/
[ -d themes/ ] && git checkout HEAD -- themes/
[ -f CNAME ] && git checkout HEAD -- CNAME
[ -f README.md ] && git checkout HEAD -- README.md
git rm --cached themes/Default.css || true
git rm --cached README.md || true
git rm --cached LICENSE || true
- name: Commit changes
run: |
Expand All @@ -48,3 +47,6 @@ jobs:
- name: Push changes
run: |
git push origin main
permissions:
contents: write

0 comments on commit 0e466a8

Please sign in to comment.