ci(api-docs): avoid running ci for doc commits

This commit is contained in:
James McCoy 2022-01-15 21:06:18 -05:00
parent d7e2229b41
commit 69b2dd175c
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -48,6 +48,6 @@ jobs:
if: ${{ steps.docs.outputs.UPDATED_DOCS != 0 }}
run: |
git add -u
git commit -m 'docs: regenerate'
git commit -m 'docs: regenerate [skip ci]'
git push --force https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} ${DOC_BRANCH}
gh pr create --fill --base ${GITHUB_REF#refs/heads/} --head ${DOC_BRANCH} || true