From a960a2b7fda410ac69ab7da2e8c53c06ca4585cf Mon Sep 17 00:00:00 2001 From: esteves-esta <26911877+esteves-esta@users.noreply.github.com> Date: Fri, 15 Dec 2023 21:45:42 -0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b355be..2ca3997 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload dist repository - path: './dist' + path: './app/dist' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2