Skip to content

Commit

Permalink
correct json format and branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Apr 30, 2024
1 parent c1e3445 commit 4bd6717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-all-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bd6717

Please sign in to comment.