Publishing example indentation

This commit is contained in:
Joel Marcey 2018-03-19 14:56:10 -07:00 committed by GitHub
parent d16d2aa4b3
commit 1345504544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ workflows:
build_and_deploy:
jobs:
- deploy-website
# filters: *filter-only-master
# filters: *filter-only-master
```
Make sure to replace all `<....>` in the `command:` sequence with appropriate values. For `<GIT_USER>`, it should be a GitHub account that has access to push documentation to your GitHub repo. Many times `<GIT_USER>` and `<GITHUB_USERNAME>` will be the same.