Fix typo error on Tips & Tricks (#708)

This commit is contained in:
Dongwoo Gim 2018-05-29 13:17:30 +09:00 committed by Yangshun Tay
parent e856c26604
commit 5272944626

View file

@ -158,7 +158,7 @@ jobs:
branches: branches:
ignore: gh-pages ignore: gh-pages
steps: steps:
-run: echo "Skipping tests on gh-pages branch" - run: echo "Skipping tests on gh-pages branch"
``` ```
Save this file as `config.yml` and place it in a `.circleci` folder inside your `website/static` folder. Save this file as `config.yml` and place it in a `.circleci` folder inside your `website/static` folder.