Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Ignore broken 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Nov 29, 2017
1 parent ba109e2 commit a4eecd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions linkchecker.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ ignore=
batlab.org
hypernews.cern.ch/HyperNews/CMS/get/osg-tier3.html
confluence.grid.iu.edu

1 change: 1 addition & 0 deletions verify
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -xe

PYTHONPATH=src/ mkdocs build --verbose --strict
sed -i "s/\/${TRAVIS_REPO_SLUG#*/}\///" site/404.html # workaround for https://github.com/mkdocs/mkdocs/issues/1317
linkchecker --config=ci/linkchecker.config site/index.html

0 comments on commit a4eecd0

Please sign in to comment.