From 530405d178e4c9d4d55992dd16743ac86b980cad Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Tue, 30 May 2023 15:27:02 +0100 Subject: [PATCH] trying gitlab pages --- .gitlab-ci.yml | 5 +++++ docs/__init__.py | 0 docs/index.html | 8 ++++++++ 3 files changed, 13 insertions(+) create mode 100644 docs/__init__.py create mode 100644 docs/index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f63389..a081d3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -276,3 +276,8 @@ full_fat_epi: - $OUTPUT_DIR/*/log.txt - $OUTPUT_DIR/*.txt expire_in: 10 days + +pages: + artifacts: + paths: + - $CI_PROJECT_DIR/docs diff --git a/docs/__init__.py b/docs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..cc70e23 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>Home</title> + </head> + <body> + <h1>Hello World!</h1> + </body> + </html> \ No newline at end of file -- GitLab