Skip to content

Commit 12d2a82

Browse files
committed
new build script
1 parent 16051bd commit 12d2a82

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
git config --global user.name 'suitedaces'
2424
git config --global user.email 'ishannagpal554@gmail.com'
2525
git add dist/ -f
26-
if git diff --quiet; then
27-
echo "No changes in dist, skipping commit"
28-
else
29-
git commit -m 'Update dist directory'
30-
git push
26+
git commit -m 'Update dist directory'
27+
git push
3128
fi
3229
shell: /usr/bin/bash -e {0}

0 commit comments

Comments
 (0)