Skip to content

Commit

Permalink
Update typo in pre-release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Warner <[email protected]>
  • Loading branch information
brianwarner committed Nov 24, 2024
1 parent c294f8d commit de06803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r sphinx sphinx_rtd_theme myst_parser
python -m pip install sphinx sphinx_rtd_theme myst_parser
- name: Generate documentation
run: |
sphinx-build -b html docsrc docs -E -d "docsrc/_doctrees"
Expand Down

0 comments on commit de06803

Please sign in to comment.