From 20d2f3f85f6571c4e528d1b7c8ccce34b8dfa9c7 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Sun, 2 Dec 2018 18:02:17 -0500 Subject: [PATCH] [ci skip] --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 898e812..fdffcb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ stages: variables: URL: "example.com" # if you include 'website-deploy' INDEX: "index.html" + DIST: "website" REPO: "templates/simple-webpage" AUTHPASSWORD: "example" # change to "" (empty string) to disable authentication # username is always "review" (without quotes) -- GitLab