Skip to content

Commit

Permalink
[CI] Fix deploy-docs on circle-ci
Browse files Browse the repository at this point in the history
Was broken by 3e2c224 which removed deploy-docs target
  • Loading branch information
straight-shoota committed Apr 23, 2020
1 parent 26ec0ad commit f1fe32a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ jobs:
- run: shards
- save_cache: *save_shards_cache

- run: make docs

- run: apt update && apt install -y curl rsync
- run:
command: make clean-docs deploy-docs
command: curl https://raw.githubusercontent.com/straight-shoota/autodeploy-docs/master/autodeploy-docs.sh | bash
environment:
GIT_COMMITTER_NAME: cirlceci
GIT_COMMITTER_EMAIL: [email protected]
Expand Down

0 comments on commit f1fe32a

Please sign in to comment.