Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lly02 authored Aug 16, 2023
1 parent ade4f50 commit fcde626
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
cache: 'npm'
cache-dependency-path: sudoku-app/package-lock.json
- run: npm ci
- run: npm run deploy
env:
deployment-token: ${{ secret.PERSON_ACCESS_TOKEN_FOR_PUSH_TO_GH_PAGES_BRANCH }}
- name: Deploy
run: |
git config --global user.email ${{ secrets.MY_EMAIL }}
git config --global user.name ${{ secrets.MY_NAME }}
git remote set-url origin https://github.com/Hack-Weekly/sage-giraffe-sudoku.git
npm run deploy

0 comments on commit fcde626

Please sign in to comment.