Skip to content

Bump actions/checkout from 5 to 6 #62

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #62

Workflow file for this run

# Run this on PRs... build but don't try to deploy
on:
pull_request:
jobs:
build-site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Pytho
uses: actions/setup-python@v6
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install -r requirements.txt
- name: Build with Sphinx
run: |
make -j4 html