Skip to content

Bump pygments from 2.18.0 to 2.19.1 in the non-major-versions group (… #326

Bump pygments from 2.18.0 to 2.19.1 in the non-major-versions group (…

Bump pygments from 2.18.0 to 2.19.1 in the non-major-versions group (… #326

Workflow file for this run

name: MkDocs Build
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write
on:
push:
pull_request:
schedule:
- cron: '0 6 * * 6'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Download source
uses: actions/[email protected]
- name: Install Python
uses: actions/[email protected]
with:
python-version: '3.12'
- name: Install dependencies
run: pip install --no-deps -r docs/requirements.txt
- name: Build site
run: mkdocs build