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