From 8bc735288f031382b24b3c1f2e691afd0a2868cc Mon Sep 17 00:00:00 2001 From: kaltokri Date: Wed, 8 Nov 2023 17:27:04 +0100 Subject: [PATCH] Skip java.com when checking links. Seems to be blocked for GitHub --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4e31c95b8..b1bbe8219 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -75,4 +75,4 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 - run: npm install linkinator - - run: npx linkinator https://flightcontrol-master.github.io/MOOSE/ --verbosity error --timeout 5000 --recurse + - run: npx linkinator https://flightcontrol-master.github.io/MOOSE/ --verbosity error --timeout 5000 --recurse --skip (java.com)