Commit 995175db by Jessica Hawkwell

Add .gitlab-ci.yml

1 parent 877c85b5
Pipeline #229 passed
in 32 seconds
Showing with 13 additions and 0 deletions
# 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:
- master
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!