Skip to content

Commit

Permalink
try in sphinx yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Nov 20, 2023
1 parent 7bc4b62 commit 0904e90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:

- name: Build docs
run: |
python3 -m pip install sphinx furo
cd docs && make html
- name: Archive build artifacts (i.e. documentation)
uses: actions/upload-artifact@v2
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- name: Install package
run: |
python3 -m pip install -U sphinx
python3 -m pip install -U furo
- name: Build HTML
uses: ammaraskar/sphinx-action@master
- name: Upload artifacts
Expand Down

0 comments on commit 0904e90

Please sign in to comment.