Skip to content

Commit

Permalink
Only warn about external links, don't fail.
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Oct 2, 2024
1 parent 67bea6b commit dcb5d28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:

- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check links
run: yarn run remark --use remark-lint-no-dead-urls --use remark-validate-links --frail ./docs
- name: Check internal links
run: yarn run remark --use remark-validate-links --frail ./docs
- name: Check external links
run: yarn run remark --use remark-lint-no-dead-urls ./docs
- name: Test build website
run: yarn build

0 comments on commit dcb5d28

Please sign in to comment.