Skip to content

Commit

Permalink
remove gh pages documentation deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Nov 20, 2024
1 parent 3f7ee6b commit 1dbec79
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dbec79

Please sign in to comment.