From 902de5f3337fb9485461c722fc4900c408041ad7 Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Fri, 16 Feb 2018 17:26:36 -0200 Subject: mentions explicitly the public dir For https://gitlab.com/gitlab-org/gitlab-ce/issues/40686 --- doc/user/project/pages/getting_started_part_two.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/user/project/pages/getting_started_part_two.md b/doc/user/project/pages/getting_started_part_two.md index b1456a4cf68..2274cac8ace 100644 --- a/doc/user/project/pages/getting_started_part_two.md +++ b/doc/user/project/pages/getting_started_part_two.md @@ -17,6 +17,7 @@ To get started with GitLab Pages, you need: 1. A configuration file (`.gitlab-ci.yml`) to deploy your site 1. A specific `job` called `pages` in the configuration file that will make GitLab aware that you are deploying a GitLab Pages website +1. A `public` directory with the content of the website Optional Features: -- cgit v1.2.1