Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
wrote my own steps to build html
Browse files Browse the repository at this point in the history
  • Loading branch information
RK22000 committed Mar 31, 2024
1 parent 14aa4be commit 1a59e52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build HTML
uses: ammaraskar/sphinx-action@master
- name: Install requirements
run: pip install -r docs/requirements.txt
- name: Make HTML
run: cd docs & make html
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1a59e52

Please sign in to comment.