Skip to content

Bump markupsafe from 2.1.5 to 3.0.0 #208

Bump markupsafe from 2.1.5 to 3.0.0

Bump markupsafe from 2.1.5 to 3.0.0 #208

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