mirror of
https://github.com/boostorg/boostlook.git
synced 2026-01-19 04:02:14 +00:00
gha: conditional check, css file
This commit is contained in:
committed by
Julio C. Estrada
parent
a12dc45efc
commit
4e9aa182c6
6
.github/workflows/update-website-v2.yml
vendored
6
.github/workflows/update-website-v2.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user