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 fadc884 commit abcdd94Copy full SHA for abcdd94
1 file changed
.github/workflows/deploy.yml
@@ -45,6 +45,5 @@ jobs:
45
git add .
46
git config user.name github-actions
47
git config user.email github-actions@github.com
48
- git commit -F - <<EOF
49
- Add latest update-site for version ${GITHUB_REF##*/}" -m "Created from ${{ github.sha }}"
+ git commit -m "Add latest update-site for version ${GITHUB_REF##*/}" -m "Created from ${{ github.sha }}"
50
git push origin gh-pages
0 commit comments