Use officiel image for mkdocs-material

This commit is contained in:
Cédric COURALET 2023-10-03 09:37:50 +02:00
parent 0aabf64eae
commit a00a8e3b23

View File

@ -4,9 +4,8 @@ name: Build & publish main
steps:
# Build mkdocs website
- name: build
image: python:latest
image: squidfunk/mkdocs-material
commands:
- pip install mkdocs-material
- mkdocs build --site-dir public
#Publish