Skip to content

Commit

Permalink
Stop building out of date PyOP2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Oct 23, 2024
1 parent d1f74df commit 8518390
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/pyop2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,3 @@ jobs:
pytest -k "not parallel" --tb=native --timeout=480 --timeout-method=thread -o faulthandler_timeout=540 -v tests/pyop2
mpiexec -n 3 pytest -k "parallel[3]" --tb=native --timeout=480 --timeout-method=thread -o faulthandler_timeout=540 -v tests/pyop2
timeout-minutes: 10

- name: Build documentation
if: ${{ matrix.python-version == '3.10' }}
shell: bash
working-directory: PyOP2
run: |
python -m pip install sphinx
make -C doc/sphinx html
- name: Upload to github pages
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' && matrix.python-version== '3.10' }}
uses: crazy-max/ghaction-github-pages@v2.2.0
with:
build_dir: PyOP2/doc/sphinx/build/html
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8518390

Please sign in to comment.