Skip to content
Snippets Groups Projects
Commit 0cf86723 authored by Loïc Mura's avatar Loïc Mura
Browse files

Add .gitlab-ci.yml

parent 85de04c9
No related branches found
No related tags found
1 merge request!1Add .gitlab-ci.yml
Pipeline #30270 passed
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- test-pages
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment