From deae22bf59a2d9e6d8e7b09aa84a0c45cab0eacc Mon Sep 17 00:00:00 2001 From: Jacob Prall Date: Fri, 10 Sep 2021 15:58:32 +0200 Subject: [PATCH] Fix/link checker error (#374) * add absolute path to links * add slash * add base url * add new to ignore --- .github/workflows/broken-markdown-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-markdown-links.yml b/.github/workflows/broken-markdown-links.yml index 2bc257c8618c..d3d11306292b 100644 --- a/.github/workflows/broken-markdown-links.yml +++ b/.github/workflows/broken-markdown-links.yml @@ -13,7 +13,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1.0.8 with: - args: --verbose --no-progress --exclude localhost 127.0.0.1:8000 https://portal.timescale.cloud/login promscale currentVersion packagecloud.io download.postgresql.org cert.example.com -- **/*.md **/*.html + args: --verbose --no-progress --exclude localhost 127.0.0.1:8000 https://portal.timescale.cloud/login promscale currentVersion packagecloud.io download.postgresql.org cert.example.com https://hlsu4rwrkl.execute-api.us-east-1.amazonaws.com/test/ticker?symbol=MSFT%E2%80%99 /api/ /timescaledb/ -- **/*.md **/*.html env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}