ci: python
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 7s
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 7s
This commit is contained in:
parent
359646728a
commit
769d515486
@ -19,9 +19,10 @@ jobs:
|
|||||||
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
|
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
|
||||||
|
|
||||||
- name: build site
|
- name: build site
|
||||||
run: python3 -m pip install mkdocs
|
run: |
|
||||||
python3 -m pip install mkdocs-material
|
pip3 install mkdocs
|
||||||
python3 -m pip install fontawesome_markdown
|
pip3 install mkdocs-material
|
||||||
|
pip3 install fontawesome_markdown
|
||||||
python3 -m mkdocs build --clean
|
python3 -m mkdocs build --clean
|
||||||
mkdir site/slides
|
mkdir site/slides
|
||||||
npx @marp-team/marp-cli slides/innovation/innovation.md -o ./site/slides/innovation/index.html
|
npx @marp-team/marp-cli slides/innovation/innovation.md -o ./site/slides/innovation/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user