Skip to content

Commit 7151da5

Browse files
committed
Fix CI
1 parent 4bf7c37 commit 7151da5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: npm ci
3939

4040
- name: Build site
41-
run: cp sample.env .env && npm run build
41+
run: cp sample.env .env && npm run b
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

0 commit comments

Comments
 (0)