Skip to content

Commit

Permalink
Add name for pa11y-ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed May 11, 2024
1 parent 3dda3da commit a0cef85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- run: |
mkdir _site
tar -xf artifact.tar -C _site/
- env:
- name: Run pa11y-ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
url="$(gh api "repos/$GITHUB_REPOSITORY/pages" --jq '.html_url')"
Expand Down

0 comments on commit a0cef85

Please sign in to comment.