Skip to content

Commit c8800cd

Browse files
Restore accessibility check and fix linkcheck target
1 parent 3f614f2 commit c8800cd

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/documentation-checks.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,25 @@ jobs:
7777
woke-target: woke
7878
makefile: Makefile
7979

80+
- name: Accessibility Check
81+
id: pa11y-step
82+
continue-on-error: true
83+
if: success() || failure()
84+
uses: canonical/documentation-workflows/pa11y@main
85+
with:
86+
working-directory: doc/sphinx
87+
install-target: install
88+
pa11y-target: pa11y
89+
makefile: Makefile
90+
8091
- name: Link Check
8192
id: linkcheck-step
8293
if: success() || failure()
8394
uses: canonical/documentation-workflows/linkcheck@main
8495
with:
8596
working-directory: doc/sphinx
8697
install-target: install
87-
linkcheck-target: ${{ inputs.linkcheck-target }}
98+
linkcheck-target: linkcheck
8899
makefile: Makefile
89100

90101
- if: ${{ failure() && runner.debug }}

0 commit comments

Comments
 (0)