mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-02-16 02:01:31 +01:00
Try
This commit is contained in:
17
.gitlab-ci.yml
Normal file
17
.gitlab-ci.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
image: python:alpine
|
||||
|
||||
before_script:
|
||||
- pip install mkdocs
|
||||
## Add your custom theme if not inside a theme_dir
|
||||
## (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
|
||||
# - pip install mkdocs-material
|
||||
|
||||
pages:
|
||||
script:
|
||||
- mkdocs build
|
||||
- mv site public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
Reference in New Issue
Block a user