Skip to content

Added the option for an initial individual #16

Added the option for an initial individual

Added the option for an initial individual #16

Workflow file for this run

name: Build docs
on:
pull_request:
branches:
- main
jobs:
build:
name: MegaLinter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Pandoc
uses: pandoc/actions/setup@v1
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: |
python --version
python -m pip install --upgrade pip
pip install -e .[dev]
- name: "Build docs"
working-directory: "docs"
run: |
sphinx-build -W source/ build