Skip to content

Commit

Permalink
sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 4, 2025
1 parent 7cded42 commit 4ebb1b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/uv/sphinx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ runs:
- name: Install and build Sphinx
shell: bash
working-directory: ${{ inputs.working-directory }}
run: |
uv pip install --no-cache-dir sphinx==7.2.6 sphinx-autoapi sphinx-rtd-theme
mkdir -p artifacts/sphinx
Expand All @@ -59,5 +60,5 @@ runs:
uses: actions/upload-artifact@v3
with:
name: sphinx
path: artifacts/sphinx
path: ${{ inputs.working-directory }}/artifacts/sphinx
retention-days: 1

0 comments on commit 4ebb1b1

Please sign in to comment.