Skip to content
Snippets Groups Projects
Commit 8a06b13d authored by K8573's avatar K8573
Browse files

Update .gitlab-ci.yml

parent 61e2dff7
No related branches found
No related tags found
No related merge requests found
image: python:3.7.1-slim image: python:3.7.1-slim
pages: pages:
pages:
stage: deploy
script: script:
- mkdir .public
- cp -r * .public
- mv .public public
- pip install mkdocs - pip install mkdocs
- pip install mkdocs-material - pip install mkdocs-material
- mkdocs --version - mkdocs --version
- mkdocs build - mkdocs build
artifacts:
paths:
- public
only:
- pages
tags:
- general
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