We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e986d commit b40b532Copy full SHA for b40b532
.github/workflows/validate.yml
@@ -53,14 +53,11 @@ jobs:
53
name: Built site ${{ github.run_number }}
54
path: ./_site
55
56
- # just to satisfy the `Cyb3r-Jak3/html5validator-action` action
57
- - name: Create dummy git repository
58
- run: git init
59
-
60
- name: HTML5 Validator
61
- uses: Cyb3r-Jak3/html5validator-action@44696509d19bec6bd00e5ebf29bbeda320562aac
+ uses: Cyb3r-Jak3/html5validator-action@v7.1.1
62
with:
63
root: _site/
+ skip_git_check: true
64
65
check-links:
66
0 commit comments