From f4f72e64bc5ed7a09c1805cc5f60c434b05a6d5c Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 9 Jun 2019 12:27:21 +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 d9c23df..bc78fc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ builddocs: - dartdoc artifacts: paths: - - doc/api/ + - doc/api/ publishdocs: stage: docs @@ -34,4 +34,4 @@ publishdocs: - cd docs/api/ && bundle exec jekyll build -d test - cd docs/api/ && bundle exec jekyll build -d public dependencies: - - builddocs \ No newline at end of file + - builddocs \ No newline at end of file