Skip to content

Commit

Permalink
Merge branch 'kawshar' of https://github.com/rajpanjabi/NetflixClone
Browse files Browse the repository at this point in the history
…into kawshar
  • Loading branch information
kwshr committed May 2, 2024
2 parents bfa084a + a52c4c8 commit e0337d9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,16 @@ jobs:
run: git config --global user.email rajpunjabi47@yahoo.in && git config --global user.name "Raj Punjabi"

- name: Install Dependencies
run: npm install --save gh-pages
run: |
cd frontEnd
npm install --save gh-pages
- name: build application
run: |
cd frontEnd
cd frontEnd/node_modules
npm run build
- name: Run Deploy Script
run: npm run deploy
working-directory: ./frontEnd/build
run: |
cd frontEnd
npm run deploy

0 comments on commit e0337d9

Please sign in to comment.