Skip to content

Commit f72f0e1

Browse files
set base url
1 parent dc29e05 commit f72f0e1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/a11y.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- main
77
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: ''
813

914
jobs:
1015
axe-check:

0 commit comments

Comments
 (0)