Skip to content

Commit

Permalink
Fetches gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarstairs-scottlogic committed Nov 28, 2023
1 parent 8910cdc commit 60acfa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-a11y-of-changed-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Fetch gh-pages branch
run: git fetch origin origin/gh-pages && git branch gh-pages origin/gh-pages

- name: Calculate URLs and output to JavaScript module
run: sh ./generate_pa11y_ci_urls_from_git_diff.sh gh-pages

Expand Down

0 comments on commit 60acfa8

Please sign in to comment.