Skip to content

v3

Compare
Choose a tag to compare
@NickWalt01 NickWalt01 released this 21 Oct 15:09
· 96 commits to main since this release
059a09e

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

Full Changelog: v2...v3