Skip to content

Commit b26fc68

Browse files
committed
fix URL formatting
1 parent dc5a65a commit b26fc68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/a11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Swap the Production URL for Localhost + Subdirectory
6666
# e.g. https://data6.org/notes -> http://localhost:3000/notes
6767
68-
LOCAL_URL="http://localhost:3000/${{ env.SITE_SUBDIR }}"
68+
LOCAL_URL="http://localhost:3000/${{ env.SITE_SUBDIR }}/"
6969
7070
URLS=$(cat _site/sitemap.xml | \
7171
sed -n 's/.*<loc>\(.*\)<\/loc>.*/\1/p' | \

0 commit comments

Comments
 (0)