Skip to content
Snippets Groups Projects
Commit 2d5c8ad3 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'gitlab-pages' into 'master'

Use gitlab-pages

This use GitLab Pages to serve the `doc-gitlab-com`.

It should be available under: https://gitlab-com.gitlab.io/doc-gitlab-com.

See merge request !25
parents 442b0ed1 6e8319f1
No related branches found
No related tags found
1 merge request!25Use gitlab-pages
image: registry.gitlab.com/gitlab-org/gitlab-build-images:doc-gitlab-com
variables:
SITE_PATH: "public/"
PROGRESS: "1"
pages:
script:
- ruby -v
- ruby generate.rb
# Symlink all README.html to index.html for backwards compatibility. The site
# was deployed in a VPS and served by NGINX.
- find public -type d -not -path public | xargs -I{} ln -s README.html "{}/index.html"
artifacts:
paths:
- public/
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment