File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -127,14 +127,14 @@ jobs:
127
127
run : |
128
128
cd docs && make html
129
129
touch build/html/.nojekyll
130
- - name : Deploy documentation
131
- if : github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12
132
- uses : crazy-max/ghaction-github-pages@v4
133
- with :
134
- target_branch : gh-pages
135
- build_dir : docs/build/html
136
- env :
137
- GH_PAT : ${{ secrets.GITHUB_OAUTH }}
130
+ # - name: Deploy documentation
131
+ # if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12
132
+ # uses: crazy-max/ghaction-github-pages@v4
133
+ # with:
134
+ # target_branch: gh-pages
135
+ # build_dir: docs/build/html
136
+ # env:
137
+ # GH_PAT: ${{ secrets.GITHUB_OAUTH }}
138
138
139
139
test-vine :
140
140
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ The following are installed automatically when you install coffea with pip:
93
93
94
94
Documentation
95
95
=============
96
- All documentation is hosted at https://coffeateam.github .io/coffea /
96
+ All documentation is hosted at https://coffea-hep.readthedocs .io/
97
97
98
98
Citation
99
99
========
You can’t perform that action at this time.
0 commit comments