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

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RK22000 authored Mar 31, 2024
1 parent 80676b2 commit c3cc691
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
python-version: '3.10'
- name: Install requirements
run: pip install -r docs/requirements.txt
- run: cd docs/
- run: ls .
- name: Make HTML
run: make html
- run: cd ..
run: make -C docs/ html
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c3cc691

Please sign in to comment.