Update build workflow
This commit is contained in:
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@ -14,15 +14,14 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 14
|
||||||
- name: Setup Environment
|
- name: Setup Environment
|
||||||
run: |
|
run: |
|
||||||
npm install -g yarn
|
npm install
|
||||||
yarn install
|
|
||||||
- name: Generate meta and builld
|
- name: Generate meta and builld
|
||||||
run: |
|
run: |
|
||||||
yarn meta
|
npm run meta
|
||||||
yarn build
|
npm run build
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
run: |
|
run: |
|
||||||
git config user.email "kamranahmed.se@gmail.com"
|
git config user.email "kamranahmed.se@gmail.com"
|
||||||
|
Reference in New Issue
Block a user