Update .github/workflows/docs.yml

This commit is contained in:
2026-04-09 09:00:24 +00:00
parent 61184f6fdf
commit 643c0aaf9b

View File

@@ -11,12 +11,11 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
container: python:3.12-slim
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip install mkdocs mkdocs-material
run: pip3 install mkdocs mkdocs-material
- run: mkdocs build