Skip to content

Update translations of location types #22

Update translations of location types

Update translations of location types #22

Workflow file for this run

name: test mkdocs build
on:
pull_request:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install Dependencies
run: |
pipx install poetry
poetry install
- name: Test Website build
run: |
poetry run mkdocs build