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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user