From cb2e135b43847a9f1856262e795663b0b07a719a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Wacker?= <3391614+sorenwacker@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:13:26 +0200 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 75727ec..9b82e72 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/setup-python@v2 with: - python-version: 3.12 # Adjust if needed + python-version: 3.12 - uses: actions/checkout@v3 with: fetch-depth: 0