Skip to content

Commit

Permalink
colon in publishing example
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMarcey committed Mar 19, 2018
1 parent 1345504 commit b6c6c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<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.
Expand Down

0 comments on commit b6c6c2e

Please sign in to comment.