From b3930ad195d691e2ce2d635d801d34b194b9e40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20B=C3=A4uerle?= Date: Mon, 29 Apr 2024 10:28:30 -0700 Subject: [PATCH] ci: fix deploy config (#1454) --- .github/workflows/deploy-docs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f884851ea8..4f1cc401c3 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -34,7 +34,7 @@ jobs: if: github.ref == 'refs/heads/main' uses: actions/upload-pages-artifact@v3 with: - path: build + path: docs/build deploy: name: Deploy to GitHub Pages @@ -49,9 +49,6 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - defaults: - run: - working-directory: docs steps: - name: Deploy to GitHub Pages id: deployment