mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-07 22:13:56 -05:00
restore
This commit is contained in:
2
.github/workflows/build_deploy_master.yml
vendored
2
.github/workflows/build_deploy_master.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/build_dev.yml
vendored
2
.github/workflows/build_dev.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user