Skip to content

Commit

Permalink
ci: try fix missing submodule docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardz1 committed Jan 13, 2025
1 parent 5467d41 commit 2157a1a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
docs-folder: docs
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install sphinx
- name: Sphinx build
run: |
cd docs
make html
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2157a1a

Please sign in to comment.