From a305fee9d882173071acc02c83846cec32fc3d04 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 9 Jun 2019 12:29:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bc2f41..9c8f26f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ publishdocs: stage: publishdocs image: ruby:2.3 script: - - cd docs/api/ && bundle exec jekyll build -d test - - cd docs/api/ && bundle exec jekyll build -d public + - bundle exec jekyll build -d test + - bundle exec jekyll build -d public dependencies: - builddocs \ No newline at end of file