Skip to content

Commit

Permalink
Simplify doc build workflow and expand requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Sep 13, 2024
1 parent 1637aff commit 9d80370
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ on:
- docs
jobs:
build-docs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.10']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -21,7 +16,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y pandoc
python -m pip install sphinx sphinx_design sphinx-rtd-theme sphinxcontrib-bibtex
python -m pip install sphinx sphinx_design sphinx-rtd-theme sphinxcontrib-bibtex numpydoc
- name: Build docs
run: cd doc && make html
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 9d80370

Please sign in to comment.