We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d80a2 commit dfa979dCopy full SHA for dfa979d
.circleci/config.yml
@@ -157,13 +157,16 @@ jobs:
157
- attach_workspace:
158
at: .
159
160
- - run: Create a temporary branch
+ - run:
161
+ name: Create a temporary branch
162
command: git checkout -b foo
163
- - run: Commit the build directory
164
165
+ name: Commit the build directory
166
command: git add out && git commit -m 'Deploy the site'
167
- - run: Deploy the static site
168
169
+ name: Deploy the static site
170
command: yarn deploy
171
172
0 commit comments