Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b40b532

Browse files
authoredApr 21, 2022
Updates HTML5 Validator job (jupyter#694)
1 parent 08e986d commit b40b532

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎.github/workflows/validate.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,11 @@ jobs:
5353
name: Built site ${{ github.run_number }}
5454
path: ./_site
5555

56-
# just to satisfy the `Cyb3r-Jak3/html5validator-action` action
57-
- name: Create dummy git repository
58-
run: git init
59-
6056
- name: HTML5 Validator
61-
uses: Cyb3r-Jak3/html5validator-action@44696509d19bec6bd00e5ebf29bbeda320562aac
57+
uses: Cyb3r-Jak3/html5validator-action@v7.1.1
6258
with:
6359
root: _site/
60+
skip_git_check: true
6461

6562
check-links:
6663

0 commit comments

Comments
 (0)
Please sign in to comment.