v3
Breaking Change
The scripts in the Docker container have changed.
scripts/deploy.sh is now used to check internal links only during the deploy stage. See .github/workflows/publish-gh-pages.yml below.
[Optional]: Use the scripts/check-url-links.sh to test internal and external URLs, it may produce false errors for valid working URLs. Add the .github/workflows/check-links.yml below to run the check when the PR is created. The false errors can be ignored.
What's Changed
- Bump html-proofer to 4.4.3 by @dependabot in #63
- Check urls, update readme for v3 release and code format files by @NickWalt01 in #64
Full Changelog: v2...v3