update docs workflow

This commit is contained in:
maxid
2026-02-08 19:36:07 +01:00
parent cfa303e4f3
commit 59afba007d

View File

@@ -5,6 +5,7 @@ on:
- master
tags:
- v*
workflow_dispatch:
permissions:
contents: write
@@ -24,7 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.14
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV