From 015735ee961efd9c64b8d65820d10cfd423ab3e4 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sun, 18 Oct 2020 15:59:53 +0200 Subject: [PATCH] Fix deploy stage, add global index.html --- .gitlab-ci.yml | 2 +- projects/index.html | 1 + projects/project-1/index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 projects/index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30ef88a..298cb89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ pages: script: - echo "Deploy to Pages" - mkdir public - - cp -R projects public + - cp -R projects/* public artifacts: paths: - public \ No newline at end of file diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..773032c --- /dev/null +++ b/projects/index.html @@ -0,0 +1 @@ +

Project 1

\ No newline at end of file diff --git a/projects/project-1/index.html b/projects/project-1/index.html index 69ce4ca..e9c18e4 100644 --- a/projects/project-1/index.html +++ b/projects/project-1/index.html @@ -4,7 +4,7 @@ GeoVis - Project 1 - +