Skip to content

feature/generic update #1

feature/generic update

feature/generic update #1

Workflow file for this run

name: ci-build
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: 3.x
cache: 'poetry'
- run: poetry install --no-root
- run: poetry run mkdocs build