diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e2d4acc8..f19d139b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,14 +127,14 @@ jobs: run: | cd docs && make html touch build/html/.nojekyll - - name: Deploy documentation - if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 - uses: crazy-max/ghaction-github-pages@v4 - with: - target_branch: gh-pages - build_dir: docs/build/html - env: - GH_PAT: ${{ secrets.GITHUB_OAUTH }} + # - name: Deploy documentation + # if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 + # uses: crazy-max/ghaction-github-pages@v4 + # with: + # target_branch: gh-pages + # build_dir: docs/build/html + # env: + # GH_PAT: ${{ secrets.GITHUB_OAUTH }} test-vine: runs-on: ubuntu-latest