forked from DSIT/documentation-dsit
Use officiel image for mkdocs-material
This commit is contained in:
parent
0aabf64eae
commit
a00a8e3b23
|
@ -4,9 +4,8 @@ name: Build & publish main
|
||||||
steps:
|
steps:
|
||||||
# Build mkdocs website
|
# Build mkdocs website
|
||||||
- name: build
|
- name: build
|
||||||
image: python:latest
|
image: squidfunk/mkdocs-material
|
||||||
commands:
|
commands:
|
||||||
- pip install mkdocs-material
|
|
||||||
- mkdocs build --site-dir public
|
- mkdocs build --site-dir public
|
||||||
|
|
||||||
#Publish
|
#Publish
|
||||||
|
|
Loading…
Reference in New Issue
Block a user