colon in publishing example

This commit is contained in:
Joel Marcey 2018-03-19 15:28:36 -07:00 committed by GitHub
parent 1345504544
commit b6c6c2e4b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,8 +116,8 @@ workflows:
version: 2 version: 2
build_and_deploy: build_and_deploy:
jobs: jobs:
- deploy-website - 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. 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.