Skip to content

Commit 3e4eb48

Browse files
committed
updated build command
1 parent 9950192 commit 3e4eb48

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm ci
2222

2323
- name: Build
24-
run: npm run buildgh
24+
run: npm run build
2525

2626
- name: Deploy
2727
uses: peaceiris/actions-gh-pages@v3

next.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {};
2+
const nextConfig = {
3+
output: 'export',
4+
};
35

46
export default nextConfig;

0 commit comments

Comments
 (0)