Disable creating docs commit (#530)
This commit is contained in:
parent
da66cc4c2f
commit
af86107c86
16
.github/workflows/docgen.yml
vendored
16
.github/workflows/docgen.yml
vendored
@ -55,12 +55,12 @@ jobs:
|
|||||||
mv ./src/cmd/mdgen/cli_markdown/* ./docs/docs/cli/
|
mv ./src/cmd/mdgen/cli_markdown/* ./docs/docs/cli/
|
||||||
rm -R ./src/cmd/mdgen/cli_markdown/
|
rm -R ./src/cmd/mdgen/cli_markdown/
|
||||||
|
|
||||||
# make a commit for any file changes
|
# # make a commit for any file changes
|
||||||
- name: Commit the Auto-Generated Files
|
# - name: Commit the Auto-Generated Files
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
# uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
# with:
|
||||||
commit_message: Documentation Auto-generation
|
# commit_message: Documentation Auto-generation
|
||||||
commit_user_name: github-actions[bot]
|
# commit_user_name: github-actions[bot]
|
||||||
commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com
|
# commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com
|
||||||
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
# commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user