From f1fe32a81b338ab4f9c3ca068cb7e02cf4de5247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Thu, 23 Apr 2020 02:37:04 +0200 Subject: [PATCH] [CI] Fix deploy-docs on circle-ci Was broken by 3e2c224c80859d47ca which removed deploy-docs target --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e0c368eb..7cae1fa2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: circle@circleci.com