ci: python
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 8s
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 8s
This commit is contained in:
parent
8f5701c230
commit
359646728a
@ -14,18 +14,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
|
||||||
python-version: '3.10'
|
|
||||||
cache: 'pip'
|
|
||||||
env:
|
env:
|
||||||
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
||||||
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
|
RUNNER_TOOL_CACHE: /opt/hostedtoolcache
|
||||||
|
|
||||||
- name: build site
|
- name: build site
|
||||||
run: python -m pip install mkdocs
|
run: python3 -m pip install mkdocs
|
||||||
python -m pip install mkdocs-material
|
python3 -m pip install mkdocs-material
|
||||||
python -m pip install fontawesome_markdown
|
python3 -m pip install fontawesome_markdown
|
||||||
python -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
|
||||||
npx @marp-team/marp-cli slides/if/if.md -o site/if.pdf --allow-local-files --html=true
|
npx @marp-team/marp-cli slides/if/if.md -o site/if.pdf --allow-local-files --html=true
|
||||||
|
Loading…
Reference in New Issue
Block a user