From 4bd6717eed86f44dd6daf5f27e615b03c1f1a58b Mon Sep 17 00:00:00 2001 From: Jon Harrell <4829245+jharrell@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:44:28 -0500 Subject: [PATCH] correct json format and branch name --- .github/workflows/check-all-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-all-links.yml b/.github/workflows/check-all-links.yml index 2741a75df4..7c96a0ba19 100644 --- a/.github/workflows/check-all-links.yml +++ b/.github/workflows/check-all-links.yml @@ -73,7 +73,7 @@ jobs: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} run: | npx remark-cli . -qf -e=md,mdx --use=remark-mdx --use remark-frontmatter --use remark-gfm \ - --use "remark-lint-no-dead-urls=gotOptions:{'prefixUrl':https://${BRANCH_NAME}.docs-51g.pages.dev},skipLocalhost:true,skipUrlPatterns:['https://www.notion.so/prismaio','https://www.prisma.io/docs','https://dash.cloudflare.com','https://www.cloudflare.com']" + --use "remark-lint-no-dead-urls=gotOptions:{\"prefixUrl\":\"https://${BRANCH_NAME//\//-}.docs-51g.pages.dev\"},skipLocalhost:true,skipUrlPatterns:['https://www.notion.so/prismaio','https://www.prisma.io/docs','https://dash.cloudflare.com','https://www.cloudflare.com']" # remark-lint: # name: runner / remark-lint