Skip to content

Commit

Permalink
BF?: try to copy entire site/ under /tmp and point persist there
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Aug 5, 2019
1 parent 058198b commit bf13283
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ jobs:
command: pipenv run mkdocs build --clean --strict --verbose
- store_artifacts:
path: site
- run:
name: copy site/ under /tmp to be copied to persistent workspace
command: cp -rpv site /tmp
- persist_to_workspace:
root: /home/circleci/project
paths: site/*
root: /tmp
paths:
- site

linkchecker:
docker:
Expand Down

0 comments on commit bf13283

Please sign in to comment.