Skip to content

Commit

Permalink
added missing project deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Dec 8, 2023
1 parent c9be5ff commit f128245
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy
name: Build and deploy

on:
push:
Expand All @@ -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:
Expand Down

0 comments on commit f128245

Please sign in to comment.