Skip to content

build(deps): bump urllib3 from 2.2.3 to 2.3.0 in the prod-deps group … #407

build(deps): bump urllib3 from 2.2.3 to 2.3.0 in the prod-deps group …

build(deps): bump urllib3 from 2.2.3 to 2.3.0 in the prod-deps group … #407

Workflow file for this run

name: Doc
on:
push:
branches:
- main
jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force