From 60b3bee450b1165eabe4a17efdc4a8bdfbc50dde Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 23 May 2023 18:15:26 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d480525..287124d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,11 +13,11 @@ jobs: uses: actions/checkout@v3 - name: Install and Build 🔧 - - uses: actions/setup-node@v3 + uses: actions/setup-node@v3 with: node-version: 16 - run: npm ci - - run: npm test + - run: npm build - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4.2.5