Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • jmiranda/zihao-lin
  • zihao.lin/zihao-lin
  • academany/fabacademy/2020/labs/taipei/students/zihao-lin
3 results
Show changes
Commits on Source (58)
Showing
with 9 additions and 8 deletions
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdir .public - mkdir .public
- cp -r * .public - cp -r * .public
- mv .public public - mv .public public
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- master - master
File moved
File moved
File moved
File moved