From c53126b9f4f299b6ce7b89cefe70a0a97b88b810 Mon Sep 17 00:00:00 2001 From: Sean Perry Date: Thu, 23 May 2024 20:43:08 -0700 Subject: [PATCH] fix: add one more url ignore --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 6dcc0740..2e916e1f 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -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