We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b6b63 commit e408656Copy full SHA for e408656
.github/workflows/accessibility.yml
@@ -61,8 +61,8 @@ jobs:
61
echo "[" > pa11y_targets.json
62
first=true
63
64
- git fetch origin ${{ github.base_ref }} --depth=1
65
- git diff --name-only FETCH_HEAD HEAD | grep -E "\.md$|\.ipynb$" > changed_files.txt || true
+ git fetch origin ${{ github.base_ref }}
+ git diff --name-only origin/${{ github.base_ref }}...HEAD | grep -E "\.md$|\.ipynb$" > changed_files.txt || true
66
echo "Changed source files:"
67
cat changed_files.txt || echo "None"
68
@@ -88,6 +88,7 @@ jobs:
88
echo "Generated pa11y_targets.json:"
89
cat pa11y_targets.json
90
91
+
92
- name: Run Pa11y CI once on identified pages and save output
93
id: run_pa11y
94
shell: bash
0 commit comments