Skip to content

Commit

Permalink
Fixing compilation of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Dec 10, 2023
1 parent 0e31dd0 commit 74cf1d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
container: ghcr.io/ifilot/sphinx:v0.6.0
steps:
- uses: actions/checkout@v3
- name: Build documentation
run: cd docs && make html
- name: Install additional packages
run: pip3 install cython
- name: Perform inplace compilation
run: python3 setup.py build_ext --inplace
- name: Build documentation
run: cd docs && make html
- name: Upload math result for job 1
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 74cf1d3

Please sign in to comment.