Skip to content
Snippets Groups Projects
Commit 5363189d authored by Kamil Trzciński's avatar Kamil Trzciński Committed by Achilleas Pipinellis
Browse files

Use gitlab-pages

parent 442b0ed1
No related branches found
No related tags found
1 merge request!25Use gitlab-pages
image: registry.gitlab.com/axil/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/
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