diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03fa9f7..cea9076 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,6 @@ pages: - echo 'Nothing to do...' artifacts: paths: - - docs + - public only: - master diff --git a/Makefile b/Makefile index a76e521..a521317 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -api_doc_output=docs/index.html +api_doc_output=public/index.html api_blueprint_src=api-doc/api.apib aglio_template=triple aglio_theme=cyborg diff --git a/docs/index.html b/public/index.html similarity index 100% rename from docs/index.html rename to public/index.html