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 (61)
Showing
with 8 additions and 14 deletions
image: python:alpine # This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
before_script:
- pip install -r requirements.txt
pages: pages:
stage: deploy
script: script:
- apk --no-cache add py-pip python-dev git make - mkdir .public
- pip install sphinx guzzle_sphinx_theme recommonmark markdown - cp -r * .public
- make html - mv .public public
- python setup.py build
- mkdocs build
- mv _site public
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- master - master
File moved
File moved
File moved
File moved