diff --git a/.github/workflows/html_accessibility_test.yml b/.github/workflows/html_accessibility_test.yml new file mode 100644 index 000000000..1465ca311 --- /dev/null +++ b/.github/workflows/html_accessibility_test.yml @@ -0,0 +1,11 @@ +name: HTML Accessibility Test +on: + workflow_dispatch: + +jobs: + Scheduled: + uses: spacetelescope/notebook-ci-actions/.github/workflows/html_accessibility_check.yml@refactor_html_accessibility_check + with: + target_url: https://spacetelescope.github.io/${{ github.event.repository.name }}/ + secrets: + A11YWATCH_TOKEN: ${{ secrets.A11YWATCH_TOKEN2 }}