2
.github/workflows/generate-docs.yml
vendored
2
.github/workflows/generate-docs.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
run: echo ::set-output name=modified::$(if git diff-index --ignore-submodules --quiet HEAD --; then echo "false"; else echo "true"; fi)
|
run: echo ::set-output name=modified::$(if git diff-index --ignore-submodules --quiet HEAD --; then echo "false"; else echo "true"; fi)
|
||||||
|
|
||||||
- name: Commit changes, if any
|
- name: Commit changes, if any
|
||||||
if: steps.git-check.outputs.modified == 'true'
|
#if: steps.git-check.outputs.modified == 'true'
|
||||||
run: |
|
run: |
|
||||||
git add .
|
git add .
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -21,3 +21,5 @@ dmypy.json
|
|||||||
|
|
||||||
/coverage.xml
|
/coverage.xml
|
||||||
/.coverage
|
/.coverage
|
||||||
|
|
||||||
|
poetry.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user