Skip to content

tests: introducing 'find_right_after' function #125

tests: introducing 'find_right_after' function

tests: introducing 'find_right_after' function #125

Workflow file for this run

name: doc
on:
push:
branches: [main]
tags: v*
pull_request:
jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: extractions/setup-just@v1
- name: Install and configure poetry
run: |
python -m pip install poetry
- name: Prepare project for development
run: |
just setup
- name: Build documentation
run: |
just build-doc