mirror of
https://github.com/boostorg/boostlook.git
synced 2026-01-19 04:02:14 +00:00
chore: update boostlook.css sync workflow, fix boostlook.rb syntax
This commit is contained in:
committed by
Julio C. Estrada
parent
608c10de80
commit
f8c7e6c87c
2
.github/workflows/sync-boostlook-css.yml
vendored
2
.github/workflows/sync-boostlook-css.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
git config user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
git add static/css/boostlook.css
|
||||
if ! git diff-index --quiet HEAD; then
|
||||
git commit -m "chore: Update boostlook.css from boostlook repository [skip ci]"
|
||||
git commit -m "chore: Update boostlook.css from boostlook repository"
|
||||
git push origin develop
|
||||
else
|
||||
echo "No changes to commit. Skipping commit to develop."
|
||||
|
||||
Reference in New Issue
Block a user