This commit is contained in:
Kalidou Diagne
2024-04-05 18:54:27 +02:00
parent 501bced661
commit 6c07fa5037
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: npm run build
run: npx next 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: npm run build
run: npx next build
- name: Deploy to gh-pages-dev branch
uses: JamesIves/github-pages-deploy-action@v4.4.3