From 02caec5d557033472029d9071f6c4c0f3233caa2 Mon Sep 17 00:00:00 2001 From: Alan Konarski Date: Fri, 11 Oct 2024 15:30:38 +0200 Subject: [PATCH] chore: fix docs deployment --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 3503f235..9c1ebb9e 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -21,7 +21,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: "3.10" - name: Cache Dependencies uses: actions/cache@v3 with: