Skip to content

Merge pull request #1080 from DSD-DBS/chore-move-capellambse-to-dev-d… #277

Merge pull request #1080 from DSD-DBS/chore-move-capellambse-to-dev-d…

Merge pull request #1080 from DSD-DBS/chore-move-capellambse-to-dev-d… #277

Workflow file for this run

# SPDX-FileCopyrightText: Copyright DB Netz AG and the capella-collab-manager contributors
# SPDX-License-Identifier: CC0-1.0
name: Development documentation
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
working-directory: ./docs/development