Skip to content

Commit

Permalink
fix: add one more url ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 24, 2024
1 parent 7ea9c48 commit c53126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: chabad360/htmlproofer@master
with:
directory: "./_site" #--enforce_https false <-- why doesn't this work?
arguments: --ignore-status-codes "999,403" --ignore_urls "/kastner.ucsd.edu/,/onlinedigeditions.com/,/e4e.ucsd.edu" --assume-extension .html --swap-urls '^https\://e4e.ucsd.edu/:/'
arguments: --ignore-status-codes "999,403" --ignore_urls "/kastner.ucsd.edu/,/onlinedigeditions.com/,/e4e.ucsd.edu/" --assume-extension .html --swap-urls '^https\://e4e.ucsd.edu/:/'
- name: Checks files
run: ls -l cache
- name: Checks files
Expand Down

0 comments on commit c53126b

Please sign in to comment.