Skip to content

build(deps-dev): update mkdocstrings-python requirement from <1.19,>=1.16.2 to >=1.16.2,<2.1 #1098

build(deps-dev): update mkdocstrings-python requirement from <1.19,>=1.16.2 to >=1.16.2,<2.1

build(deps-dev): update mkdocstrings-python requirement from <1.19,>=1.16.2 to >=1.16.2,<2.1 #1098

Workflow file for this run

name: "🐳 Docker Builder"
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
pull_request:
branches:
- main
paths-ignore:
- "docs/**"
push:
branches:
- main
paths-ignore:
- "docs/**"
# Sets permissions of the GITHUB_TOKEN
permissions:
contents: read
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Test Docker Build
run: |
docker build -f tests/fixtures/test-build-material.dockerfile -t mkdocs-plugins/rss .