mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update build-and-push.yml
This commit is contained in:
parent
d4f7050351
commit
9c8760ef7d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-push.yml
vendored
2
.github/workflows/build-and-push.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
cd folder-overview
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git add main.js styles.css
|
||||
git add -f main.js styles.css
|
||||
if git diff --cached --quiet; then
|
||||
echo "No changes to commit."
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue