use consistent naming and capitalization for sphinx builds as well

This commit is contained in:
Erica Portnoy
2026-04-24 12:21:49 -07:00
parent 23738a1c6e
commit 6f2aa2f376
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Build Sphinx Documentation
- name: build sphinx documentation
run: |-
sudo apt-get update
sudo apt-get install -y --no-install-recommends libaugeas-dev
@@ -39,4 +39,5 @@ jobs:
TOXENV: "${{ matrix.TOXENV }}"
IMAGE_NAME: "${{ matrix.IMAGE_NAME }}"
test_sphinx_builds:
name: '-' # Makes results viewing cleaner
uses: "./.github/workflows/sphinx_steps.yml"