mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
parent
dbb93567ee
commit
1ce5934ee3
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
<span class="hljs-attr"> build_and_deploy:</span>
|
||||
<span class="hljs-attr"> jobs:</span>
|
||||
<span class="hljs-bullet"> -</span> <span class="hljs-string">deploy-website</span>
|
||||
<span class="hljs-comment"># filters: *filter-only-master </span>
|
||||
<span class="hljs-comment"># filters: *filter-only-master </span>
|
||||
</code></pre>
|
||||
<p>Make sure to replace all <code><....></code> in the <code>command:</code> sequence with appropriate values. For <code><GIT_USER></code>, it should be a GitHub account that has access to push documentation to your GitHub repo. Many times <code><GIT_USER></code> and <code><GITHUB_USERNAME></code> will be the same.</p>
|
||||
<p><strong>DO NOT</strong> place the actual value of <code>$GITHUB_TOKEN</code> in <code>circle.yml</code>. We already configured that as an environment variable back in Step 3.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue