We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff78f8 commit 3f61921Copy full SHA for 3f61921
.github/workflows/build-and-deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
node-version: 20
34
- run: npm ci
35
- run: npm run build
36
- - run:
+ - run: |
37
git config user.name "github-actions"
38
git config user.email "github-actions@github.com"
39
npm run deploy
0 commit comments