Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Bump requests from 2.32.5 to 2.33.0 in the pip group across 1 directo… #1

Bump requests from 2.32.5 to 2.33.0 in the pip group across 1 directo…

Bump requests from 2.32.5 to 2.33.0 in the pip group across 1 directo… #1

name: Publish to MKdocs
on:
push:
branches:
- main
paths-ignore:
- '.github/**'
- '**/README.md'
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
with:
python-version: 3.x
- uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
with:
key: ${{ github.ref }}
path: .cache
- run: |
pip install --only-binary=:all: -r requirements-lock.txt
- run: mkdocs gh-deploy --force