Skip to content

Commit

Permalink
don't use broken action
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Apr 24, 2024
1 parent 45564fb commit 8b50176
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
uses: psf/black@stable
with:
version: "23.7.0"
# Standard drop-in approach that should work for most people.
- name: Build docs
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "apt-get --allow-releaseinfo-change update -y && apt-get install -y g++ && apt-get install -y gfortran && apt-get install -y git"
docs-folder: "docs/"
- name: Upgrade pip, install package, install requirements, build docs
run: |
pip install --upgrade pip
pip install .
pip install -r ./docs/requirements.txt
pip install sphinx
sphinx-build docs ./docs/_build/html/
- name: Checkout pages branch
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8b50176

Please sign in to comment.