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

This commit is contained in:
Mihajlo Medjedovic 2023-07-24 19:44:25 +02:00
parent 8f5701c230
commit 359646728a

View File

@ -14,18 +14,15 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
- name: build site
run: python -m pip install mkdocs
python -m pip install mkdocs-material
python -m pip install fontawesome_markdown
python -m mkdocs build --clean
run: python3 -m pip install mkdocs
python3 -m pip install mkdocs-material
python3 -m pip 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
npx @marp-team/marp-cli slides/if/if.md -o site/if.pdf --allow-local-files --html=true