I use Gitlab Pages as a private site, but I would like to grant public access on some parts of the site's content. Is there any way to configure this, besides making the whole site public ?
Asked
Active
Viewed 35 times
0
-
Welcome to StackOverflow. What have you investigated? – Jeroen Heier Nov 23 '19 at 14:50
-
Thank you. I have checked [GitLab documentation](https://docs.gitlab.com/ee/user/project/pages/pages_access_control.html) which doesn't mention this particular feature. Also some googling. I guess one way to do this would be to implement another layer of authentication within the website but that feels like overkill... – lsdch Nov 23 '19 at 15:43