From f55abc9f2a8eb87f78862fd048761f95063e3a65 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 12 Oct 2020 12:24:36 +0200 Subject: [PATCH] Try to get web pages working. Should show up as . --- .gitlab-ci.yml | 11 +++++++++++ archive/index.html | 8 ++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitlab-ci.yml create mode 100644 archive/index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..6d1111f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +image: alpine:latest + +pages: + stage: deploy + script: + - echo 'Nothing to do...' + artifacts: + paths: + - archive + only: + - master diff --git a/archive/index.html b/archive/index.html new file mode 100644 index 0000000..cd341a4 --- /dev/null +++ b/archive/index.html @@ -0,0 +1,8 @@ + + + Book + + +

Book

+ + -- 2.47.2