From 525179865134a6705bd5382278ccaa5988904ed7 Mon Sep 17 00:00:00 2001 From: Martin Shetty <1972005+martukas@users.noreply.github.com> Date: Sun, 9 Oct 2022 13:39:51 -0700 Subject: [PATCH] stepperonline.com added to link checker exceptions; updates #1303 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bdbe38a0f..fc97d338a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: - run: name: Check for broken links command: | - git ls-files -z '**/*.md' | xargs -0 liche -d . -x "amazon.com|mouser.com|cypress.com|digikey.com|st.com|rsdelivers.com|platformio.org|smcpneumatics.com|all3dp.com|uflowvalve.com|aliexpress.us" -t 30 + git ls-files -z '**/*.md' | xargs -0 liche -d . -x "amazon.com|mouser.com|cypress.com|digikey.com|st.com|rsdelivers.com|platformio.org|smcpneumatics.com|all3dp.com|uflowvalve.com|aliexpress.us|omc-stepperonline.com" -t 30 common-precommit-checks: docker: