mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 17:21:59 +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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ammaraskar/sphinx-action@master
|
||||
with:
|
||||
docs-folder: "docs/"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- 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