Skip to content

Commit

Permalink
Next step.
Browse files Browse the repository at this point in the history
  • Loading branch information
xehivs committed Mar 15, 2020
1 parent c673c51 commit 897572f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@ jobs:
- run: rm -rf tmp
- run: mkdir tmp
- run: cp -R doc/_build/html/* ./tmp/
- run:
command: |
if [ ! -d $DOC_REPO ];
then git clone "git@github.com:$USERNAME/"$DOC_REPO".git";
fi
# - run: bash ci_scripts/circleci/push_doc.sh
# - run: ls doc

0 comments on commit 897572f

Please sign in to comment.