From 116f948e771af1c3b4390d0dbbe15f81444fb402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20M=C3=BCller?= Date: Sat, 17 Aug 2024 18:56:45 +0200 Subject: [PATCH] Update deploy-docs.yml --- .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 5ba5290..66499d1 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -30,14 +30,11 @@ jobs: - name: Upload Build Artifact uses: actions/upload-pages-artifact@v3 with: - path: build + path: ./docs/build deploy: name: Deploy to GitHub Pages needs: build - defaults: - run: - working-directory: ./docs/ permissions: pages: write