mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
put the sphinx capitalization change in the right place
This commit is contained in:
@@ -6,14 +6,14 @@ permissions:
|
||||
|
||||
jobs:
|
||||
test_sphinx_builds:
|
||||
name: Build Sphinx Documentation
|
||||
name: build sphinx documentation
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user