Skip to content

Commit 83619e0

Browse files
committed
don't fail on redeploy
1 parent f7f6cf8 commit 83619e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ jobs:
111111
mkdir -p ${{ steps.get_version.outputs.VERSION }}
112112
cp -r dist ${{ steps.get_version.outputs.VERSION }}/
113113
git add ${{ steps.get_version.outputs.VERSION }}
114-
git commit -m "Deploy version ${{ steps.get_version.outputs.VERSION }} to GitHub Pages"
114+
git commit -m "Deploy version ${{ steps.get_version.outputs.VERSION }} to GitHub Pages" || echo "No changes to commit"
115115
git push origin gh-pages

0 commit comments

Comments
 (0)