From 5101d3479be0a4b013315a50f80bdee11c54250d Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Mon, 20 Apr 2020 01:09:42 +0200 Subject: [PATCH] Test abc123 --- .gitlab-ci.yml | 2 +- Makefile | 2 +- {docs => public}/index.html | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {docs => public}/index.html (100%) 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