I am trying to host a reveal.js presentation via gitlab pages. The repository can be found here: https://gitlab.com/JanGregor/demo-slides
My .gitlab-ci.yml
From the GitLab Pages documentation:
To make use of GitLab Pages, the contents of
.gitlab-ci.ymlmust follow the rules below:
- A special job named
pagesmust be defined- Any static content which will be served by GitLab Pages must be placed under a
public/directoryartifactswith a path to thepublic/directory must be defined
Also mentioned (somewhat tangentially) in the "GitLab Pages from A to Z" guide:
... and GitLab Pages will only consider files in a directory called
public.