We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72f0e1 commit d605eeaCopy full SHA for d605eea
1 file changed
.github/workflows/a11y.yml
@@ -43,6 +43,14 @@ jobs:
43
- name: Get Matching Chrome version
44
run: npx browser-driver-manager install chrome
45
46
+ # DEBUGGING
47
+ - name: Debug - Curl Root Index
48
+ run: curl -v http://localhost:8080/index.html
49
+
50
51
+ - name: Debug - Curl Chapter Index
52
+ run: curl -v http://localhost:8080/chapters/01/what-is-data-science/index.html
53
54
# 3. Serve, Discover URLs, and Run Axe
55
- name: Run Axe Checks
56
run: |
0 commit comments