1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +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 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: build site:
stage: build stage: build
script: script:
- pip install mkdocs - pip install mkdocs mkdocs-material pymdown-extensions
- mkdocs build - mkdocs build
- mv site public - mv site public
artifacts: artifacts: