Skip to content

Commit 38f7e54

Browse files
try adding automation
1 parent 38069b1 commit 38f7e54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939
- name: Build with Jekyll
4040
run: |
4141
bundle exec jekyll build --verbose -d ./_site
42+
- name: Check html
43+
uses: chabad360/htmlproofer@master
44+
with:
45+
directory: "./_site"
46+
# The directory to scan
47+
arguments: --no-enforce-https --allow_hash_href --ignore-missing-alt --assume_extension - ./_site --ignore-urls '/http:\/\/www.hluce.org/' --ignore-files '/.+\/assets\/.+/'
48+
# The arguments to pass to HTMLProofer
4249
- name: Upload artifact
4350
uses: actions/upload-pages-artifact@v2
4451

0 commit comments

Comments
 (0)