Skip to content

Commit

Permalink
ci: Temporarily disable docs link check to unblock PRs (#10678)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored Mar 13, 2023
1 parent 26bad2f commit 0e4c9cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,8 @@ docs-lint: /usr/local/bin/markdownlint
docs: /usr/local/bin/mkdocs \
docs-spellcheck \
docs-lint \
docs-linkcheck
# TODO: This is temporarily disabled to unblock merging PRs.
# docs-linkcheck
# check environment-variables.md contains all variables mentioned in the code
./hack/check-env-doc.sh
# check all docs are listed in mkdocs.yml
Expand Down

0 comments on commit 0e4c9cb

Please sign in to comment.