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 38069b1 commit 38f7e54Copy full SHA for 38f7e54
.github/workflows/jekyll-gh-pages.yml
@@ -39,6 +39,13 @@ jobs:
39
- name: Build with Jekyll
40
run: |
41
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
49
- name: Upload artifact
50
uses: actions/upload-pages-artifact@v2
51
0 commit comments