Skip to content

Commit 7173ad7

Browse files
authored
Update guide-website-update.yml
1 parent 32cd9e5 commit 7173ad7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/guide-website-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
git config --global user.email '[email protected]'
3232
export GUIDE_REPO=$(cut -d/ -f2 <<<"${GITHUB_REPOSITORY}")
3333
export COMMIT_ID=$(git rev-parse --short "$GITHUB_SHA")
34-
git commit -am "${GUIDE_REPO}-${COMMIT_ID} guide update"
34+
git add docs
35+
git commit -m "${GUIDE_REPO}-${COMMIT_ID} guide update"
3536
- name: Push artifacts to guides-site repo
3637
run: git push

0 commit comments

Comments
 (0)