From 8a35f5fa18cec66c52cf5a832ee7692133c5d617 Mon Sep 17 00:00:00 2001 From: Alan Konarski <129968242+akonarski-ds@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:37:05 +0200 Subject: [PATCH] chore: fix docs deployment (#90) --- .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 3503f235b..9c1ebb9e1 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: