Skip to content

Commit

Permalink
Add broken link checker into staging build
Browse files Browse the repository at this point in the history
  • Loading branch information
sirleech committed Aug 10, 2018
1 parent 4fac439 commit 278bb4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -28,6 +28,8 @@ jobs:
- run: rm -rf node_modules # delete node_modules to bust caching
- run: npm install # duh
- run: npm run build # required build step
- run: sudo npm install -g broken-link-checker-local
- run: blcl -r --exclude "/content-guide/" --exclude "/webmasters/tools/" --exclude-external ./site
- run: rm -rf node_modules # delete node_modules folder again to not push it to cf
# install packages: cf-cli and tree
- run: sudo apt-get install apt-transport-https
Expand Down

0 comments on commit 278bb4f

Please sign in to comment.