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 9538d92 commit bc38719Copy full SHA for bc38719
.github/workflows/guide-website-update.yml
@@ -31,6 +31,7 @@ jobs:
31
git config --global user.email '[email protected]'
32
export GUIDE_REPO=$(cut -d/ -f2 <<<"${GITHUB_REPOSITORY}")
33
export COMMIT_ID=$(git rev-parse --short "$GITHUB_SHA")
34
- git commit -am "${GUIDE_REPO}-${COMMIT_ID} guide update"
+ git add docs
35
+ git commit -m "${GUIDE_REPO}-${COMMIT_ID} guide update"
36
- name: Push artifacts to guides-site repo
37
run: git push
0 commit comments