From f128245ba2855c8cd619dbb1473eca3f63ac1f80 Mon Sep 17 00:00:00 2001 From: Dan Oved Date: Fri, 8 Dec 2023 10:25:38 -0800 Subject: [PATCH] added missing project deps --- .github/workflows/publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8b3b321..e95cf0f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Build and deploy +name: Build and deploy on: push: @@ -19,8 +19,13 @@ jobs: node-version: 18 cache: "yarn" + - name: Install project dependencies + shell: bash + run: yarn + - name: Build 🏗️ run: yarn build + - name: Deploy to GH Pages 🚀 uses: peaceiris/actions-gh-pages@v3 with: