mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 18:58:36 +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
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue