Skip to content
Snippets Groups Projects
Commit 692b820b authored by K8573's avatar K8573
Browse files

Update .gitlab-ci.yml

parent 0d1a9fa9
No related branches found
No related tags found
1 merge request!1Update .gitlab-ci.yml
image: python:3.7.1-slim
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
script:
- pip install mkdocs
- pip install mkdocs-material
- mkdocs --version
- mkdocs build
artifacts:
paths:
- public
tags:
- general
\ No newline at end of file
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master
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