Skip to content

Commit dfa979d

Browse files
committed
fix: fix circle config formatting
1 parent f5d80a2 commit dfa979d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,16 @@ jobs:
157157
- attach_workspace:
158158
at: .
159159

160-
- run: Create a temporary branch
160+
- run:
161+
name: Create a temporary branch
161162
command: git checkout -b foo
162163

163-
- run: Commit the build directory
164+
- run:
165+
name: Commit the build directory
164166
command: git add out && git commit -m 'Deploy the site'
165167

166-
- run: Deploy the static site
168+
- run:
169+
name: Deploy the static site
167170
command: yarn deploy
168171

169172

0 commit comments

Comments
 (0)