Skip to content

Commit

Permalink
BF?: let all read ~ to not freak out linkchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Aug 5, 2019
1 parent ef4f291 commit 5f8146d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
at: ~/build
- run:
command: |
find ~
ls -l ~; ls -l ~/build; ls -l ~/build/site
chmod a+rX -R ~
ls -ld ~; ls -l ~; ls -l ~/build; ls -l ~/build/site
linkchecker --debug all ~/build/site
# Auto changelog collector
Expand Down

0 comments on commit 5f8146d

Please sign in to comment.