Skip to content

Commit 6f8414b

Browse files
committed
CI Updated
1 parent 841b005 commit 6f8414b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/gitHub_pages_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: yarn install
2121

2222
- name: Build
23-
run: next build && next export && touch ./out/.nojekyll
23+
run: yarn run build && yarn run export && touch ./out/.nojekyll
2424

2525
- name: Deploy
2626
uses: JamesIves/[email protected]

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
8+
"export": "next export",
89
"start": "next start",
910
"lint": "next lint"
1011
},

0 commit comments

Comments
 (0)