From c4e248a4eedb01118cf8e54335c99c406de90032 Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Fri, 27 Jun 2025 08:07:29 +0200 Subject: [PATCH] fix: correct upload folder for artefacts --- .github/workflows/deploy-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index ae01c28..f6a8923 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -21,7 +21,7 @@ concurrency: cancel-in-progress: true jobs: - build-and-deploy-pages: + build-and-deploy-pages: runs-on: ubuntu-latest environment: name: github-pages @@ -53,7 +53,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload dist folder - path: './dist' + path: './frontend/dist' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4