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

Update .gitlab-ci.yml file

parent 27cdb74d
No related branches found
No related tags found
No related merge requests found
Pipeline #13124 failed
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- mkdir public
- cp -r * public
artifacts:
paths:
- 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