mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Add missing frail flag
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Check Markdown links
|
||||
run: yarn run remark --quiet --use remark-validate-links ./docs
|
||||
run: yarn run remark --quiet --frail --use remark-validate-links ./docs
|
||||
- name: Check External links
|
||||
run: yarn run remark --quiet --use remark-lint-no-dead-urls ./docs
|
||||
- name: Test build website
|
||||
|
||||
Reference in New Issue
Block a user