This commit is contained in:
@@ -38,12 +38,8 @@ jobs:
|
||||
|
||||
git add assets/content/hidden-details.json assets/scripts/hidden-details.js
|
||||
|
||||
if git diff --cached --quiet; then
|
||||
echo "No hidden details changes to commit."
|
||||
else
|
||||
git commit -m "Update hidden details [skip actions]"
|
||||
git push origin HEAD:main
|
||||
fi
|
||||
git commit -m "Update hidden details [skip actions]"
|
||||
git push origin HEAD:main
|
||||
|
||||
- name: Build site
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user