Skip to content

Commit

Permalink
remove example.com
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain committed Jul 17, 2024
1 parent 46823e2 commit 0c6e44c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/make/docs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ DOCS_OUTPUT_DIR := site/public
RELEASE_VERSIONS ?= $(foreach v,$(wildcard ${ROOT_DIR}/docs/*),$(notdir ${v}))
# TODO: github.com does not allow access too often, there are a lot of 429 errors
# find a way to remove github.com from ignore list
# TODO: example.com is not a valid domain, we should remove it from ignore list
# TODO: https://www.gnu.org/software/make became unstable, we should remove it from ignore list later
LINKINATOR_IGNORE := "github.com githubusercontent.com example.com github.io gnu.org _print"
LINKINATOR_IGNORE := "github.com githubusercontent.com github.io gnu.org _print"
CLEAN_NODE_MODULES ?= true

##@ Docs
Expand Down

0 comments on commit 0c6e44c

Please sign in to comment.