Skip to content

CannonLock/test_links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Website Link Checker

This action is used to check links on OSG, CHTC, PATh and HTCondor.

It uses gjtorikian/html-proofer to do this. To update the image you can run the line below, you might need to upgrade the ruby image as well.

To build a new image with the latest version of html-proofer.

docker build --platform linux/amd64 -t hub.opensciencegrid.org/opensciencegrid/html-proofer:latest .
docker push hub.opensciencegrid.org/opensciencegrid/html-proofer:latest

Proof Locally

FILE_IGNORE=""
URL_IGNORE=""

docker run -v ${PWD}/_site:/_site hub.opensciencegrid.org/opensciencegrid/html-proofer:latest --ignore-empty-alt --ignore-missing-alt --no-enforce-https --no-check-external-hash --ignore-status-codes 302,401 --ignore-files $FILE_IGNORE --ignore-urls $URL_IGNORE /_site

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published