We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f6cf8 commit 83619e0Copy full SHA for 83619e0
.github/workflows/ci.yml
@@ -111,5 +111,5 @@ jobs:
111
mkdir -p ${{ steps.get_version.outputs.VERSION }}
112
cp -r dist ${{ steps.get_version.outputs.VERSION }}/
113
git add ${{ steps.get_version.outputs.VERSION }}
114
- git commit -m "Deploy version ${{ steps.get_version.outputs.VERSION }} to GitHub Pages"
+ git commit -m "Deploy version ${{ steps.get_version.outputs.VERSION }} to GitHub Pages" || echo "No changes to commit"
115
git push origin gh-pages
0 commit comments