Static Website Hosting with GitLab Pages
Publishing Accessibility Reports in GitLab Pages

Publishing Accessibility Reports in GitLab Pages

5/11/2020 · James Heimbuck

What this post added

This post details how to leverage GitLab CI/CD and GitLab Pages to publish accessibility test reports. It outlines the steps to include the `Verify/Accessibility.gitlab-ci.yml` template, configure the `a11y_urls` variable, and deploy the generated HTML report to GitLab Pages by moving it to the `public` directory and renaming it to `index.html`. This makes the accessibility report persistently available at a static URL, facilitating broader organizational sharing.

Read the original post ↗