Skip to content

Commit

Permalink
Excluded pull request URLs from htmlproofer (#595)
Browse files Browse the repository at this point in the history
It seems we're exceeding the URL request limits for GitHub.
  • Loading branch information
freemanjp authored Aug 4, 2019
1 parent cf5f020 commit de9d49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ run() {
done
htmlproofer /tmp/_site --log-level debug \
--url-swap "^/development-environment:" \
--url-ignore 'http://www.xfce.org'
--url-ignore 'http://www.xfce.org,//github.com/gantsign/development-environment/pull/'
}

docker_build() {
Expand Down

0 comments on commit de9d49d

Please sign in to comment.