Skip to content

Commit 0e9e097

Browse files
committed
1 parent 0efdc65 commit 0e9e097

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate-markdown.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
run: npx --yes markdownlint-cli2 *.md
3030

3131
- name: Check links in markdown files
32-
run: npx --yes @umbrelladocs/linkspector check
32+
run: |
33+
export CHROME_DEVEL_SANDBOX=/opt/google/chrome/chrome-sandbox
34+
npx --yes @umbrelladocs/linkspector check

0 commit comments

Comments
 (0)