Remove --frail until current broken links are addressed

This commit is contained in:
Billy Tat
2023-05-18 15:49:53 -07:00
parent d6b1a4df01
commit 08900c0421
+1 -1
View File
@@ -19,6 +19,6 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check links
run: yarn run remark --use remark-validate-links --use remark-lint-no-dead-urls --frail ./docs
run: yarn run remark --use remark-validate-links --use remark-lint-no-dead-urls ./docs
- name: Test build website
run: yarn build