|
|
@ -15,10 +15,10 @@ 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://${GITHUB_TOKEN}@github.com/".insteadOf ssh://git@github.com/ |
|
|
|
- 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/ |
|
|
|
|
|
|
|
- name: Generate meta and build |
|
|
|
- name: Generate meta and build |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
npm run meta |
|
|
|
npm run meta |
|
|
|