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: