Skip to content

Commit

Permalink
Fix docroot for real
Browse files Browse the repository at this point in the history
  • Loading branch information
yatil authored Sep 26, 2019
1 parent 96904a3 commit 530b4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Check Links
uses: peter-evans/[email protected]
with:
args: -v -d https://www.w3.org/WAI/ -r _site
args: -v -d https://www.w3.org/ -r _site
- name: Upload link check report to release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down

0 comments on commit 530b4a1

Please sign in to comment.