Skip to content
Snippets Groups Projects
Commit d462165d authored by Vladimir Shushlin's avatar Vladimir Shushlin
Browse files

Merge branch 'tweaks' into 'master'

Four small tweaks

See merge request pages/mkdocs!11
parents ef0f2168 357d7a98
No related branches found
No related tags found
No related merge requests found
public
image: python:3.8-buster
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
- pip install -r requirements.txt
test:
stage: test
script:
- mkdocs build --strict --verbose --site-dir test
artifacts:
paths:
- test
except:
- master
pages:
stage: deploy
script:
- mkdocs build
- mv site public
- mkdocs build --strict --verbose
artifacts:
paths:
- public
......
site_name: My Docs by GitLab Pages
site_url: https://pages.gitlab.io/mkdocs
site_dir: public
# Documentation static site generator & deployment tool
mkdocs>=1.1.2
# Add your custom theme if not inside a theme_dir
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
# mkdocs-material>=5.4.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment