docs.datacontroller.io/.gitea/workflows/publish.yml
Mihajlo Medjedovic 4bbfa92148
Some checks failed
Publish to docs.datacontroller.io / Deploy docs (push) Failing after 7s
ci: python
2023-07-24 19:36:14 +02:00

32 lines
967 B
YAML

name: Publish to docs.datacontroller.io
on:
push:
branches:
- main
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v4
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
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
- name: Deploy docs
run: surfer put --token ${{ secrets.SURFERKEY }} --server docs2.datacontroller.io site/* /