We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c793b37 commit c98cb74Copy full SHA for c98cb74
.github/workflows/deploy.yml
@@ -61,6 +61,6 @@ jobs:
61
touch .nojekyll
62
git config user.name "${GITHUB_ACTOR}" && \
63
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \
64
- git add -f . && \
+ git add . && \
65
git commit --allow-empty -m "Build commit ${GITHUB_SHA}" && \
66
git push "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" "HEAD:${DEPLOY_BRANCH}"
0 commit comments