Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 7, 2025
1 parent f3e507e commit e2e40e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions actions/sphinx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ inputs:
runs:
using: "composite"
steps:
- name: Update pip
shell: bash
working-directory: ${{ inputs.working-directory }}
run: |
# Ensure pip is installed and up-to-date
python -m ensurepip --upgrade
- name: Install and build Sphinx
shell: bash
working-directory: ${{ inputs.working-directory }}
Expand Down

0 comments on commit e2e40e7

Please sign in to comment.