Skip to content

Commit

Permalink
gha: conditional check, css file
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin authored and julioest committed Nov 6, 2024
1 parent a12dc45 commit 4e9aa18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-website-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add static/css/boostlook.css
git commit -m "Update boostlook.css from boostlook repository"
git push origin develop
if ! git diff-index --quiet HEAD; then
git commit -m "Update boostlook.css from boostlook repository"
git push origin develop
fi

0 comments on commit 4e9aa18

Please sign in to comment.