Skip to content

Commit 2d8ebcb

Browse files
committed
Fix GitHub Pages deployment
1 parent 25369f7 commit 2d8ebcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/deploy-actions.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ pushd "$SRC" &>/dev/null
1717
e_info "Adding commit info"
1818
git add --all
1919
git \
20-
-c user.name "${GIT_USER:-GitHub}" \
21-
-c user.email "${GIT_EMAIL:-noreply@github.com}" \
20+
-c user.name="${GIT_USER:-GitHub}" \
21+
-c user.email="${GIT_EMAIL:-noreply@github.com}" \
2222
commit --quiet --message "${COMMIT_MSG}" --message "$source_msg"
2323

2424
e_info "Pushing to GitHub"

0 commit comments

Comments
 (0)