diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8512af9..a4a064a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,6 @@ pages: - echo 'Deploying a static HTML site!' artifacts: paths: - - . + - public only: - master diff --git a/index.html b/public/index.html similarity index 100% rename from index.html rename to public/index.html diff --git a/script.js b/public/script.js similarity index 100% rename from script.js rename to public/script.js