mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 03:23:08 +01:00
Fix broken workflow
This commit is contained in:
parent
81c51f5d77
commit
1de0743612
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -15,10 +15,10 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
- run: git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf ssh://git@github.com/
|
||||
- name: Setup Environment
|
||||
run: |
|
||||
npm install
|
||||
- run: git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf ssh://git@github.com/
|
||||
- name: Generate meta and build
|
||||
run: |
|
||||
npm run meta
|
||||
|
Loading…
x
Reference in New Issue
Block a user