Skip to content

Commit

Permalink
.circleci: diable deadlink check (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
yikeke authored Feb 21, 2020
1 parent 38d43b7 commit 974f659
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
git fetch upstream
markdownlint $(git diff-tree --name-only --no-commit-id -r upstream/master..HEAD -- '*.md' ':(exclude).github/*' ':(exclude)v1.0/*' ':(exclude)v2.0/*' ':(exclude)v2.1-legacy/*')
- run:
name: "Check links"
command: |
scripts/verify-links.sh
#- run:
# name: "Check links"
# command: |
# scripts/verify-links.sh

build:
docker:
Expand Down

0 comments on commit 974f659

Please sign in to comment.