mirror of
https://github.com/neovim/neovim.git
synced 2025-11-24 19:20:39 +00:00
ci(api-docs): avoid running ci for doc commits
This commit is contained in:
2
.github/workflows/api-docs.yml
vendored
2
.github/workflows/api-docs.yml
vendored
@@ -48,6 +48,6 @@ jobs:
|
|||||||
if: ${{ steps.docs.outputs.UPDATED_DOCS != 0 }}
|
if: ${{ steps.docs.outputs.UPDATED_DOCS != 0 }}
|
||||||
run: |
|
run: |
|
||||||
git add -u
|
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}
|
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
|
gh pr create --fill --base ${GITHUB_REF#refs/heads/} --head ${DOC_BRANCH} || true
|
||||||
|
|||||||
Reference in New Issue
Block a user