From 354b3f2e8b3ee719f215faa3ad16a02c94252157 Mon Sep 17 00:00:00 2001 From: Hallvard Traetteberg <hal@ntnu.no> Date: Mon, 23 Aug 2021 15:17:28 +0200 Subject: [PATCH] =?UTF-8?q?Toppniv=C3=A5=20i=20public?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- public/index.html | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 public/index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 616b29f..1f284fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build: - gradle -Pci=gitlab build artifacts: paths: - - public/slides + - public pages: script: diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..18f38a7 --- /dev/null +++ b/public/index.html @@ -0,0 +1,13 @@ +<html> + <head> + <title>Home</title> + </head> + <body> + <h1>Oversikt over lysark</h1> + + <ul> + <li><a href="slides/revealjs/01-course-intro.html">Introduksjon til emnet</a></li> + </ul> + </body> + </html> + \ No newline at end of file -- GitLab