diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 11c868a2d..30f0959f0 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -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) - name: Commit changes, if any - if: steps.git-check.outputs.modified == 'true' + #if: steps.git-check.outputs.modified == 'true' run: | git add . git config --local user.email "github-actions[bot]@users.noreply.github.com" diff --git a/.gitignore b/.gitignore index 79a2c3d73..b631e828c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ dmypy.json /coverage.xml /.coverage + +poetry.lock