Update blog-deployment.yml

This commit is contained in:
vincanger
2024-12-05 12:41:05 +01:00
parent c4e93f4be7
commit 75dba62dc2

View File

@@ -21,9 +21,11 @@ jobs:
node-version: '18'
- name: Install dependencies
working-directory: ./opensaas-sh/blog
run: npm install
- name: Build site
working-directory: ./opensaas-sh/blog
run: npm run build
- name: Deploy to Netlify