Skip to content

Merge pull request #24 from ika-rwth-aachen/fix-map-segment-computati… #19

Merge pull request #24 from ika-rwth-aachen/fix-map-segment-computati…

Merge pull request #24 from ika-rwth-aachen/fix-map-segment-computati… #19

Workflow file for this run

name: docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
# Install a specific version of uv.
enable-cache: true
version: "0.6.12"
python-version: 3.12
- name: Install the project
run: uv sync --all-extras --dev
- run: mkdocs gh-deploy --force