Updated workflow steps to include building (#56)
* updated workflow steps to include build * remove master branch
This commit is contained in:
parent
d2cda0a7b6
commit
4f0b89e14d
|
@ -8,6 +8,12 @@ jobs:
|
|||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: Borales/actions-yarn@v3
|
||||
with:
|
||||
cmd: install
|
||||
- run: yarn install
|
||||
- run: yarn test:ci
|
||||
- run: yarn ship
|
||||
- name: Deploy Ghost Theme
|
||||
uses: TryGhost/action-deploy-theme@v1.5.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue