mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
[ fix ] Fix docs build (#3153)
Co-authored-by: G. Allais <guillaume.allais@ens-lyon.org>
This commit is contained in:
parent
e2ceb97fd8
commit
8fe02aa7fa
13
.github/workflows/ci-sphinx.yml
vendored
13
.github/workflows/ci-sphinx.yml
vendored
@ -15,7 +15,12 @@ jobs:
|
|||||||
name: Sphinx
|
name: Sphinx
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: ammaraskar/sphinx-action@master
|
- name: Checkout
|
||||||
with:
|
uses: actions/checkout@v3
|
||||||
docs-folder: "docs/"
|
- name: Build docs
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -y python3-sphinx
|
||||||
|
pip3 install -r docs/requirements.txt
|
||||||
|
cd docs
|
||||||
|
make html
|
||||||
|
Loading…
Reference in New Issue
Block a user