From 94bfabaaa7a30d49c4c570c916580c9c0ed26053 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Tue, 7 Aug 2018 23:54:17 +0900 Subject: [PATCH] Actually generate docs before trying to deploy them! :face_with_head_bandage: --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index db328ee40..d26c8f722 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,6 +34,7 @@ jobs: - store_artifacts: path: ./docs destination: docs + - run: ./.circleci/generate-docs.sh - run: ./.circleci/deploy-gh-pages.sh lint: