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