We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756d31d commit ac5649bCopy full SHA for ac5649b
.github/workflows/broken-link-checker.yml
@@ -19,7 +19,7 @@ jobs:
19
id: vercel_preview_url
20
with:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
- preview_url_regexp: "authjs.vercel.app"
+ preview_url_regexp: https.*\/(.*-authjs.vercel.app)
23
- name: Install dependencies
24
run: cd ./.github/broken-link-checker && pnpm install --ignore-workspace && pnpm build
25
- name: Run link checker
0 commit comments