From ad96ff65a1db3a7ca2f11216b0a53be46565d02a Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Wed, 18 Oct 2023 12:59:40 +0200 Subject: [PATCH] fix oranda ci hyperlink check --- .github/workflows/oranda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oranda.yml b/.github/workflows/oranda.yml index 8e7cc77..f0535b2 100644 --- a/.github/workflows/oranda.yml +++ b/.github/workflows/oranda.yml @@ -77,7 +77,7 @@ jobs: - name: Check HTML for broken internal links uses: untitaker/hyperlink@0.1.29 with: - args: /tmp/public/ + args: /tmp/public/oranda # Deploy to our gh-pages branch (creating it if it doesn't exist) # the "public" dir that oranda made above will become the root dir