Skip to content

Commit

Permalink
try adding automation
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Jan 2, 2025
1 parent 38069b1 commit 38f7e54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
- name: Build with Jekyll
run: |
bundle exec jekyll build --verbose -d ./_site
- name: Check html
uses: chabad360/htmlproofer@master
with:
directory: "./_site"
# The directory to scan
arguments: --no-enforce-https --allow_hash_href --ignore-missing-alt --assume_extension - ./_site --ignore-urls '/http:\/\/www.hluce.org/' --ignore-files '/.+\/assets\/.+/'
# The arguments to pass to HTMLProofer
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

Expand Down

0 comments on commit 38f7e54

Please sign in to comment.