From 86e0c7cea27ab8357f2de3859e8bfc35a2075e78 Mon Sep 17 00:00:00 2001 From: Yolijn Date: Sun, 13 Oct 2024 21:27:15 +0200 Subject: [PATCH] fix: app folder --- .github/workflows/continuous-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 9862bc1..5104705 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -150,7 +150,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: gh-pages - folder: apps/frameless.io/dist/client + folder: apps/frameless.io/dist/client/ publish-npm: runs-on: ubuntu-latest