Skip to content
Snippets Groups Projects
Commit a7bf720a authored by Douwe Maan's avatar Douwe Maan
Browse files

Add .gitlab-ci.yml.

parent 5bc0e7bd
No related branches found
No related tags found
No related merge requests found
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment