Skip to content
Snippets Groups Projects
Commit 7364ecda authored by miguelm's avatar miguelm :headphones:
Browse files

Update .gitlab-ci.yml file

parent 5cc4a70f
No related branches found
No related tags found
No related merge requests found
Pipeline #13126 passed
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdir public - mkdir .public
- cp -r * public - cp -r * .public
- mv .public public
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment