Skip to content

Commit

Permalink
debug linkcheck for error code without broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Siddiqui authored and Omer Siddiqui committed May 9, 2024
1 parent 32460af commit 02468fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Debug Linkcheck
run: |
set -o pipefail
yarn linkcheck
- name: Debug Linkcheck
run: |
set -o pipefail
yarn linkcheck
# Run linkcheck, propagate linkcheck failure through grep pipe
- name: Linkcheck
run: |
Expand Down

0 comments on commit 02468fd

Please sign in to comment.