update workflow

This commit is contained in:
Kalidou Diagne
2024-04-05 18:52:04 +02:00
parent 28093c9a63
commit 501bced661
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
static_site_generator: next
- name: Build with Next.js 🏗️
run: npx next build
run: npm run build
- name: Deploy to gh-pages branch
uses: JamesIves/github-pages-deploy-action@v4.4.3

View File

@@ -27,7 +27,7 @@ jobs:
static_site_generator: next
- name: Build with Next.js 🏗️
run: npx next build
run: npm run build
- name: Deploy to gh-pages-dev branch
uses: JamesIves/github-pages-deploy-action@v4.4.3