From b6c6c2e4b8bc74cef64a07c293413e05ac73552c Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Mon, 19 Mar 2018 15:28:36 -0700 Subject: [PATCH] colon in publishing example --- docs/getting-started-publishing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-publishing.md b/docs/getting-started-publishing.md index 23e0c1aab05f..e9aece6887e6 100644 --- a/docs/getting-started-publishing.md +++ b/docs/getting-started-publishing.md @@ -116,8 +116,8 @@ workflows: version: 2 build_and_deploy: jobs: - - deploy-website -# filters: *filter-only-master + - deploy-website: +# filters: *filter-only-master ``` Make sure to replace all `<....>` in the `command:` sequence with appropriate values. For ``, it should be a GitHub account that has access to push documentation to your GitHub repo. Many times `` and `` will be the same.