ci: python
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 7s

This commit is contained in:
Mihajlo Medjedovic 2023-07-24 19:47:12 +02:00
parent 359646728a
commit 769d515486

View File

@ -19,9 +19,10 @@ jobs:
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
- name: build site
run: python3 -m pip install mkdocs
python3 -m pip install mkdocs-material
python3 -m pip install fontawesome_markdown
run: |
pip3 install mkdocs
pip3 install mkdocs-material
pip3 install fontawesome_markdown
python3 -m mkdocs build --clean
mkdir site/slides
npx @marp-team/marp-cli slides/innovation/innovation.md -o ./site/slides/innovation/index.html