Skip to content

Merge pull request #61 from telekom-mms/move_to_new_organisation #63

Merge pull request #61 from telekom-mms/move_to_new_organisation

Merge pull request #61 from telekom-mms/move_to_new_organisation #63

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: cp README.md docs/index.md
- run: sed -i 's/docs\///g' docs/index.md
- run: mkdocs gh-deploy --force --clean --verbose