Skip to content
Snippets Groups Projects
Commit ca0ea3aa authored by ceshern's avatar ceshern
Browse files

Update .gitlab-ci.yml

parent ce9c54f9
Branches master
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment