Skip to content
Snippets Groups Projects
Commit 403fede3 authored by Chris Coley's avatar Chris Coley
Browse files

Add support for branch subdirectories

parent 8460ce26
Branches
No related tags found
No related merge requests found
image: alpine:latest
workflow:
rules:
- if: $CI_COMMIT_BRANCH
pages:
stage: deploy
tags:
- docker
script:
- echo 'Nothing to do...'
- cp -r src public/$CI_COMMIT_BRANCH
artifacts:
paths:
- public
only:
- master
- public/CI_COMMIT_BRANCH
......@@ -13,7 +13,7 @@
<a href="https://gitlab.com/pages/">Other Examples</a>
</div>
<h1>Hello World!</h1>
<h1>Hello World! Dev Branch</h1>
<p>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment