mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
colon in publishing example
This commit is contained in:
parent
1345504544
commit
b6c6c2e4b8
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue