Skip to content

Commit

Permalink
Merge pull request #1220 from CoffeaTeam/rtd-url-update
Browse files Browse the repository at this point in the history
docs: update URL for documentation to RTD
  • Loading branch information
lgray authored Nov 20, 2024
2 parents acb3e12 + 1dbec79 commit e6e253b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The following are installed automatically when you install coffea with pip:
Documentation
=============
All documentation is hosted at https://coffeateam.github.io/coffea/
All documentation is hosted at https://coffea-hep.readthedocs.io/

Citation
========
Expand Down

0 comments on commit e6e253b

Please sign in to comment.