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