Skip to content

Commit c98cb74

Browse files
committed
ci(github): no need for force add anymore
1 parent c793b37 commit c98cb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
touch .nojekyll
6262
git config user.name "${GITHUB_ACTOR}" && \
6363
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \
64-
git add -f . && \
64+
git add . && \
6565
git commit --allow-empty -m "Build commit ${GITHUB_SHA}" && \
6666
git push "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" "HEAD:${DEPLOY_BRANCH}"

0 commit comments

Comments
 (0)