Skip to content

Commit

Permalink
updated resources
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCensi committed Sep 5, 2018
1 parent 03b1ae4 commit 6cc9209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- run:
name: Link check
command: |
# linkcheck drops permissions to nobody, so we need to make everything readable
chmod -R go+rwX /root
# chmod go+rwX /root/project
. /project/deploy/bin/activate && make linkcheck || true
- run:
Expand Down

0 comments on commit 6cc9209

Please sign in to comment.