We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f614f2 commit c8800cdCopy full SHA for c8800cd
.github/workflows/documentation-checks.yaml
@@ -77,14 +77,25 @@ jobs:
77
woke-target: woke
78
makefile: Makefile
79
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
+
91
- name: Link Check
92
id: linkcheck-step
93
if: success() || failure()
94
uses: canonical/documentation-workflows/linkcheck@main
95
with:
96
working-directory: doc/sphinx
97
install-target: install
- linkcheck-target: ${{ inputs.linkcheck-target }}
98
+ linkcheck-target: linkcheck
99
100
101
- if: ${{ failure() && runner.debug }}
0 commit comments