Skip to content

Commit 8440cc8

Browse files
committed
gjklg
1 parent 16cb27c commit 8440cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 install
2222

2323
- name: Build
24-
run: npm run export
24+
run: npm run build # this now auto-generates 'out/' due to output: 'export'
2525

2626
- name: Deploy
2727
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)