From 4f0b89e14d6d9ae1a2d4e5226d3bd1ad97618f1e Mon Sep 17 00:00:00 2001 From: Ronald Langeveld Date: Fri, 8 Jul 2022 09:34:00 +0200 Subject: [PATCH] Updated workflow steps to include building (#56) * updated workflow steps to include build * remove master branch --- .github/workflows/deploy-theme.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 4a9097b9..9f3a9c6f 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -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: