From 66902de9fb9f70acd17e8c0ee3304ff4f4e266a4 Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 5 Jul 2024 16:46:23 +0200 Subject: [PATCH] created public folder and moved index.html there; Hello11 --- .gitlab-ci.yml | 2 +- index.html => public/index.html | 0 src/contents/Home.tsx | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename index.html => public/index.html (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e2af30c..918828fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ pages: - yarn build #- cp -a dist/. public/ #original #- echo '/* /index.html 200' > public/_redirects #original - - mv dist public #Ensure the output directory is renamed to public + #- mv dist public #Ensure the output directory is renamed to public artifacts: paths: - public diff --git a/index.html b/public/index.html similarity index 100% rename from index.html rename to public/index.html diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx index dbc84859..30516185 100644 --- a/src/contents/Home.tsx +++ b/src/contents/Home.tsx @@ -8,7 +8,7 @@ export function Home() { <div className="col"> <h2>Wiki under construction!</h2> <hr /> - Hello10 + Hello11 </div> </div> <div className="row"> -- GitLab