diff --git a/.github/workflows/pyop2.yml b/.github/workflows/pyop2.yml index 8a6498e04a..b7c756fb6a 100644 --- a/.github/workflows/pyop2.yml +++ b/.github/workflows/pyop2.yml @@ -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 }}