From 9f9b257be2e8c7320d6ce20a5b6004b534b79db1 Mon Sep 17 00:00:00 2001 From: Shreya Rajpal Date: Wed, 29 Nov 2023 09:12:14 -0800 Subject: [PATCH] Update deploy_docs.yml --- .github/workflows/deploy_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 73aca331c..3a99117b6 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -33,7 +33,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pypoetry - key: poetry-cache-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ env.POETRY_VERSION } + key: poetry-cache-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ env.POETRY_VERSION }} - name: Install Poetry uses: snok/install-poetry@v1 - name: Install dependencies @@ -47,4 +47,4 @@ jobs: path: 'site' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2