mirror of https://github.com/folke/lazy.nvim.git
ci: use auto-commit action
This commit is contained in:
parent
4f5fd1eb85
commit
d9f47220bc
|
@ -69,13 +69,13 @@ jobs:
|
||||||
cp -r /tmp/temp-docs/doc/ .
|
cp -r /tmp/temp-docs/doc/ .
|
||||||
cp /tmp/temp-docs/README.md .
|
cp /tmp/temp-docs/README.md .
|
||||||
|
|
||||||
- name: Commit and push changes
|
- name: Push changes
|
||||||
run: |
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
git config --global user.name 'github-actions[bot]'
|
with:
|
||||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
commit_message: "chore(build): auto-generate docs"
|
||||||
git add doc/ README.md
|
commit_user_name: "github-actions[bot]"
|
||||||
git commit -m 'docs: update docs and README.md from docs branch'
|
commit_user_email: "github-actions[bot]@users.noreply.github.com"
|
||||||
git push
|
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
|
||||||
|
|
||||||
docusaurus:
|
docusaurus:
|
||||||
name: Build Docusaurus
|
name: Build Docusaurus
|
||||||
|
|
Loading…
Reference in New Issue