1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-12 17:26:19 +00:00

Fix missing step to install pymdown-extensions in CI build stage

This commit is contained in:
funkypenguin
2017-07-16 00:19:20 +12:00
parent 6424e70220
commit 6962b5fc5c

View File

@@ -5,15 +5,10 @@ stages:
image: python:alpine
#before_script:
# - pip install mkdocs
# # add your custom theme (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes) if not inside a theme_dir
# # - pip install mkdocs-material
build site:
stage: build
script:
- pip install mkdocs
- pip install mkdocs mkdocs-material pymdown-extensions
- mkdocs build
- mv site public
artifacts: