Merge pull request #1845 from rkratky/FR-5662_docs-checks

Add docs checks to GH workflows
This commit is contained in:
Robert Krátký 2023-10-24 10:03:11 +02:00 committed by GitHub
commit 41114a0421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 3 deletions

View File

@ -0,0 +1,22 @@
name: Main Documentation Checks
on:
pull_request:
paths:
- 'doc/**'
push:
paths:
- 'doc/**'
workflow_dispatch:
paths:
- 'doc/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: 'doc'

View File

@ -25,6 +25,7 @@ VM
YAML
addons
balancer
boolean
dropdown
favicon
installable

View File

@ -55,7 +55,7 @@ linkcheck:
. $(VENV) ; $(SPHINXBUILD) -c . -b linkcheck "$(SOURCEDIR)" "$(BUILDDIR)"
woke:
type woke >/dev/null 2>&1 || { sudo snap install woke; exit 1; }
type woke >/dev/null 2>&1 || { sudo snap install woke || exit 1; }
woke *.rst **/*.rst -c https://github.com/canonical-web-and-design/Inclusive-naming/raw/main/config.yml
.PHONY: help Makefile

View File

@ -1,6 +1,6 @@
.. _index:
Ubuntu Installation documentation
Ubuntu installation documentation
#################################
-----

View File

@ -667,7 +667,7 @@ admin-name
~~~~~~~~~~
A domain account name with privilege to perform the join operation. That
account's password will be requested during runtime.
account's password will be requested during run time.
domain-name
~~~~~~~~~~~