From 50692dae100d80b85946eba3d9cc8b30c92150e5 Mon Sep 17 00:00:00 2001 From: Bikram Ghuku Date: Sun, 9 Jun 2024 23:28:49 +0530 Subject: [PATCH] feat: added action to deploy to github pages --- .github/workflows/deploy-gh-pages.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yaml b/.github/workflows/deploy-gh-pages.yaml index ab01098..bb04186 100644 --- a/.github/workflows/deploy-gh-pages.yaml +++ b/.github/workflows/deploy-gh-pages.yaml @@ -45,7 +45,7 @@ jobs: github_token: ${{secrets.GITHUB_TOKEN}} path: ./frontend/build/ - - name: Push to deployment - run: | - cd frontend - pnpm run deploy \ No newline at end of file + name: Deploy 🚀 + uses: JamesIves/github-pages-deploy-action@v4 + with: + folder: ./frontend/build \ No newline at end of file