Try new approach for workflow
This commit is contained in:
parent
8c080053fa
commit
d37a20696a
@ -11,16 +11,14 @@ jobs:
|
||||
build-and-deploy:
|
||||
name: Deploy Website
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Git checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Install App
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
node-version: '12.x'
|
||||
- run: yarn
|
||||
- run: yarn deploy
|
||||
|
Loading…
Reference in New Issue
Block a user