Update deployment workflow

pull/1721/head
Kamran Ahmed 2 years ago
parent 05c3fb371e
commit b1c8c765a4
  1. 1
      .github/workflows/deploy.yml

@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 14 node-version: 14
- run: git config --global url."https://${{ secrets.PAT }}@github.com/".insteadOf ssh://git@github.com/
- name: Setup Environment - name: Setup Environment
run: | run: |
npm install npm install

Loading…
Cancel
Save