Updated workflow steps to include building (#56)

* updated workflow steps to include build

* remove master branch
This commit is contained in:
Ronald Langeveld 2022-07-08 09:34:00 +02:00 committed by GitHub
parent d2cda0a7b6
commit 4f0b89e14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v3 - 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 - name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1.5.0 uses: TryGhost/action-deploy-theme@v1.5.0
with: with: