mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-10-11 01:33:54 +02:00
Update blog-deployment.yml
This commit is contained in:
2
.github/workflows/blog-deployment.yml
vendored
2
.github/workflows/blog-deployment.yml
vendored
@@ -21,9 +21,11 @@ jobs:
|
|||||||
node-version: '18'
|
node-version: '18'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
working-directory: ./opensaas-sh/blog
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
|
working-directory: ./opensaas-sh/blog
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Deploy to Netlify
|
- name: Deploy to Netlify
|
||||||
|
Reference in New Issue
Block a user