Skip to content

Commit 75dba62

Browse files
committed
Update blog-deployment.yml
1 parent c4e93f4 commit 75dba62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/blog-deployment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
node-version: '18'
2222

2323
- name: Install dependencies
24+
working-directory: ./opensaas-sh/blog
2425
run: npm install
2526

2627
- name: Build site
28+
working-directory: ./opensaas-sh/blog
2729
run: npm run build
2830

2931
- name: Deploy to Netlify

0 commit comments

Comments
 (0)