Skip to content

Commit

Permalink
remove linkcheck from github actions until functional
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 27f511e commit 600c8c7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Debug Linkcheck
run: |
set -o pipefail
yarn linkcheck | grep -v "https://twitter.com" | grep "Getting links from\|BROKEN"
# Run linkcheck, propagate linkcheck failure through grep pipe
- name: Linkcheck
run: |
set -o pipefail
yarn linkcheck | grep -v "https://twitter.com" | grep "Getting links from\|BROKEN"
continue-on-error: false
#- name: Linkcheck
# run: |
# set -o pipefail
# yarn linkcheck | grep -v "https://twitter.com" | grep "Getting links from\|BROKEN"
# continue-on-error: false

0 comments on commit 600c8c7

Please sign in to comment.