diff --git a/docs/getting-started-publishing.md b/docs/getting-started-publishing.md index 23e0c1aab0..e9aece6887 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.