Skip to content

Commit 8a55619

Browse files
update 1
1 parent 74207e4 commit 8a55619

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
- name: Test HTML
3939
run: |
4040
cd docs
41-
bundle exec htmlproofer ./_site --disable-external --checks html,links,images,scripts --allow-hash-href
41+
bundle exec htmlproofer ./_site \
42+
--disable-external \
43+
--checks html,links,images,scripts \
44+
--allow-hash-href
4245
- name: Upload artifact
4346
uses: actions/upload-pages-artifact@v3
4447
with:

0 commit comments

Comments
 (0)