Skip to content

Commit 6bf867f

Browse files
committed
chore: update GitHub Actions workflow to build for staging environment
1 parent dbaf2a5 commit 6bf867f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm install
2828

2929
- name: Build
30-
run: npm run build
30+
run: npm run build:staging
3131

3232
- name: Deploy to gh-pages
3333
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)