Skip to content

Commit 2a9308b

Browse files
louismaximepitonmdo
authored andcommittedMar 10, 2023
Update workflow
1 parent 2032a6a commit 2a9308b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Validate HTML
4242
run: npm run docs-vnu
4343

44+
- name: Check for unused templates
45+
run: npm run docs-check-unused-templates
46+
4447
- name: Run linkinator
4548
uses: JustinBeckwith/linkinator-action@v1
4649
with:

0 commit comments

Comments
 (0)
Please sign in to comment.