Skip to content

Commit

Permalink
Merge pull request #259 from spacetelescope/add_a11ywatch_scan
Browse files Browse the repository at this point in the history
Create weekly_html_accessibility_check.yml
  • Loading branch information
dulude authored Nov 1, 2024
2 parents f74b2fb + 4e1324f commit d9e3fbb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/weekly_html_accessibility_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Weekly HTML Accessibility Check
on:
schedule:
- cron: '0 4 * * 0' # 0400 UTC every Sunday
workflow_dispatch:

jobs:
Scheduled:
uses: spacetelescope/notebook-ci-actions/.github/workflows/html_accessibility_check.yml@main
with:
target_url: https://spacetelescope.github.io/${{ github.event.repository.name }}/
secrets:
A11YWATCH_TOKEN: ${{ secrets.A11YWATCH_TOKEN }}

0 comments on commit d9e3fbb

Please sign in to comment.