Skip to content

Commit

Permalink
Update link checker - add frail and url checker
Browse files Browse the repository at this point in the history
  • Loading branch information
vickyhella committed Jul 20, 2023
1 parent 0bf2fb7 commit ee35fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check links
run: yarn run remark --quiet --use remark-validate-links ./docs ./versioned_docs ./i18n
run: yarn run remark --quiet --frail --use remark-validate-links --use remark-lint-no-dead-urls ./docs ./versioned_docs ./i18n
- name: Test build website
run: yarn build

0 comments on commit ee35fa1

Please sign in to comment.