Skip to content

Commit 3f61921

Browse files
authored
Update build-and-deploy.yml
1 parent cff78f8 commit 3f61921

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
@@ -33,7 +33,7 @@ jobs:
3333
node-version: 20
3434
- run: npm ci
3535
- run: npm run build
36-
- run:
36+
- run: |
3737
git config user.name "github-actions"
3838
git config user.email "github-actions@github.com"
3939
npm run deploy

0 commit comments

Comments
 (0)