From ef2db38de92f2329c1c366318bddfc7e3dee8415 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 19 Feb 2023 14:44:59 +0100 Subject: Adding upstream version 11.1.3. Signed-off-by: Daniel Baumann --- .github/workflows/python-package.yml | 13 ------------- 1 file changed, 13 deletions(-) (limited to '.github/workflows/python-package.yml') diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 555ac5b..0856a38 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -23,16 +23,3 @@ jobs: make install-dev - name: Run checks (linter, code style, tests) run: make check - - name: Update documentation - run: | - make docs - git add docs - git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" - git commit -m "CI: Auto-generated documentation" -a | exit 0 - if: ${{ matrix.python-version == '3.10' && github.event_name == 'push' }} - - name: Push changes - if: ${{ matrix.python-version == '3.10' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }} - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3