Skip to content
Snippets Groups Projects
Commit 212e7f95 authored by santper's avatar santper
Browse files

Update .gitlab-ci.yml

parent 5e1c7e16
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
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
public
- public
only:
‐ master
\ No newline at end of file
- master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment