Fix error in workflow file

pull/1657/head
Kamran Ahmed 2 years ago
parent 80f9873331
commit 81c51f5d77
  1. 2
      .github/workflows/deploy.yml

@ -18,7 +18,7 @@ jobs:
- name: Setup Environment - name: Setup Environment
run: | run: |
npm install npm install
- run: git config --global url."https://${{ GITHUB_TOKEN }}@github.com/".insteadOf ssh://git@github.com/ - run: git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf ssh://git@github.com/
- name: Generate meta and build - name: Generate meta and build
run: | run: |
npm run meta npm run meta

Loading…
Cancel
Save