We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc29e05 commit f72f0e1Copy full SHA for f72f0e1
1 file changed
.github/workflows/a11y.yml
@@ -5,6 +5,11 @@ on:
5
branches:
6
- main
7
pull_request:
8
+env:
9
+ # `BASE_URL` determines, relative to the root of the domain, the URL that your site is served from.
10
+ # E.g., if your site lives at `https://mydomain.org/myproject`, set `BASE_URL=/myproject`.
11
+ # If, instead, your site lives at the root of the domain, at `https://mydomain.org`, set `BASE_URL=''`.
12
+ BASE_URL: ''
13
14
jobs:
15
axe-check:
0 commit comments