Skip to content

Commit a994823

Browse files
committed
fix: fix npm run build command
1 parent e501c24 commit a994823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: prepare meetup metadata
3232
run: npm run prepare
3333
- name: Build website
34-
run: npm build
34+
run: npm run build
3535
- name: Upload Build Artifact
3636
uses: actions/upload-pages-artifact@v3
3737
with:

0 commit comments

Comments
 (0)