Skip to content

Commit

Permalink
BF: add linkchecker command (entered image), and chmod entire ~ to be…
Browse files Browse the repository at this point in the history
… readable -- demanded by linkchecker
  • Loading branch information
yarikoptic committed Aug 5, 2019
1 parent 5107ae0 commit f46ab03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
steps:
- attach_workspace:
at: ~/build
# Image already has linkchecker as the entry point
- run: ~/build/site
- run:
command: |
chmod a+rX -R ~
linkchecker ~/build/site
# Auto changelog collector
github-changelog-generator:
Expand Down

0 comments on commit f46ab03

Please sign in to comment.