Skip to content

Commit

Permalink
feat: added action to deploy to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikram-ghuku committed Jun 9, 2024
1 parent 062e3ce commit 50692da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
github_token: ${{secrets.GITHUB_TOKEN}}
path: ./frontend/build/

- name: Push to deployment
run: |
cd frontend
pnpm run deploy
name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./frontend/build

0 comments on commit 50692da

Please sign in to comment.