Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 76efd67

Browse files
authored
Exclude community.ibm.com from link checks (#865)
community.ibm.com looks like it's broken at the moment which is preventing the publish running Temporarily exluding it until the certificate problem is fixed
2 parents 8affc8c + 1c09a6c commit 76efd67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: npm run serve &
5252

5353
- name: Check for broken links
54-
run: npx broken-link-checker -ro --exclude /docs/managers/ --filter-level 3 --host-requests 8 --user-agent Chrome/90 --exclude https://fonts.gstatic.com/ --exclude https://github.com/galasa-dev/extensions/ --exclude https://galasa.dev/* http://localhost:9000
54+
run: npx broken-link-checker -ro --exclude /docs/managers/ --filter-level 3 --host-requests 8 --user-agent Chrome/90 --exclude https://fonts.gstatic.com/ --exclude https://github.com/galasa-dev/extensions/ --exclude https://galasa.dev/* --exclude https://community.ibm.com/* http://localhost:9000
5555

5656
- name: Upload raw site
5757
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
@@ -208,7 +208,7 @@ jobs:
208208
run: npm run serve &
209209

210210
- name: Check for broken links
211-
run: npx broken-link-checker -ro --exclude /docs/managers/ --filter-level 3 --host-requests 8 --user-agent Chrome/90 --exclude https://fonts.gstatic.com/ --exclude https://github.com/galasa-dev/extensions/ --exclude https://galasa.dev/* http://localhost:9000
211+
run: npx broken-link-checker -ro --exclude /docs/managers/ --filter-level 3 --host-requests 8 --user-agent Chrome/90 --exclude https://fonts.gstatic.com/ --exclude https://github.com/galasa-dev/extensions/ --exclude https://galasa.dev/* --exclude https://community.ibm.com/* http://localhost:9000
212212

213213
- name: Upload raw site
214214
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0

0 commit comments

Comments
 (0)