From 1dbec797b7c67d44ce3b9c573c2b8a539a932094 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Wed, 20 Nov 2024 14:16:35 -0600 Subject: [PATCH] remove gh pages documentation deployment --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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