This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update link validation script (#3228)
* Exclude all directories from link check except install-gde * Ignore small number of files with broken internal links * Remove cloud directory from ignore list * Add broken link for Jenkins test * Remove begin-rescue block so that htmlproofer fails and aborts when encountering broken links * Set encoding to resolve Jenkins error * Remove encdoing; it didn't resolve Jenkins error * Ignore broken external broken links * Fix ingore typo and eliminate caching * Add the links_no_report back and add cicd task for link checking without report * Fix broken test link
- Loading branch information
1 parent
6016140
commit bf73a78
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ end | |
|
||
group :jekyll_plugins do | ||
gem 'jekyll-algolia', '~> 1.0' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters