From 301ce76ea72d2196c82a5d8131ba67de7610a557 Mon Sep 17 00:00:00 2001 From: Gerd Duscher <50049264+gduscher@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:18:24 -0500 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index edde53ef..739e1b24 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -67,15 +67,6 @@ jobs: fail_ci_if_error: true # path_to_write_report: ./coverage/codecov_report.txt verbose: true - - - name: Deploy to GitHub Pages - if: ${{ matrix.python-version == env.PYTHON_MAIN_VERSION && github.ref == 'refs/heads/main'}} - uses: crazy-max/ghaction-github-pages@v3 - with: - target_branch: gh-pages - build_dir: docs/_build/html - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload to PyPi if: startsWith( github.ref, 'refs/tags') && matrix.python-version == env.PYTHON_MAIN_VERSION