Skip to content

Commit 4a8c6f9

Browse files
committed
chore: Update CI workflow to include build step and install dependencies
1 parent fda736b commit 4a8c6f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,7 @@ jobs:
7878
uses: actions/setup-node@v4
7979
with:
8080
node-version: 18
81+
- run: npm ci
82+
name: Install dependencies
8183
- name: Build
8284
run: npx -y quartz build --bundleInfo

0 commit comments

Comments
 (0)