mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
use consistent naming and capitalization for sphinx builds as well
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user