Commit b0feac0d authored by leeokhee's avatar leeokhee

Update .gitlab-ci.yml

parent 9072101d
Pipeline #134 failed with stage
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdir .public
- mkdir .public - cp -r * .public
- mv .public public
- cp -r * .public
- mv .public public
artifacts: artifacts:
paths: paths:
- public
- public
only: only:
- master
- master \ No newline at end of file
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment