Skip to content

docs add 4.1.3.1 and 4.1.3.2 and 4.1.3.3 #35

docs add 4.1.3.1 and 4.1.3.2 and 4.1.3.3

docs add 4.1.3.1 and 4.1.3.2 and 4.1.3.3 #35

Workflow file for this run

name: build
on:
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.13'
- name: Install dependencies
run: pip3 install -r requirements.txt
- name: Build docs
run: |
mkdocs -v build