From 52729446261f61fa091d2f4909e9435abb0af645 Mon Sep 17 00:00:00 2001 From: Dongwoo Gim Date: Tue, 29 May 2018 13:17:30 +0900 Subject: [PATCH] Fix typo error on `Tips & Tricks` (#708) --- docs/getting-started-publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-publishing.md b/docs/getting-started-publishing.md index 2cf2bfa8e152..278878abc29b 100644 --- a/docs/getting-started-publishing.md +++ b/docs/getting-started-publishing.md @@ -158,7 +158,7 @@ jobs: branches: ignore: gh-pages 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.