Deploy website

Deploy website version based on 9e0d447399
This commit is contained in:
Website Deployment Script 2019-07-31 08:44:14 +00:00
parent 747043f0cc
commit f80c1aa0b1
41 changed files with 68 additions and 68 deletions

View file

@ -120,9 +120,9 @@ v8.15.1
<ol start="5">
<li>In your terminal, <code>cd</code> to a directory where the local clone will be a subdirectory. (For help see <a href="https://tutorial.djangogirls.org/en/intro_to_command_line/">Introduction to the command-line interface</a>.)</li>
</ol>
<pre><code class="hljs css language-sh"><span class="hljs-built_in">cd</span> /Users/USERNAME/doc_projects <span class="hljs-comment"># macOS example</span>
<pre><code class="hljs css language-sh"><span class="hljs-built_in">cd</span> /Users/NAME/doc_projects <span class="hljs-comment"># macOS example</span>
<span class="hljs-comment"># or</span>
<span class="hljs-built_in">cd</span> /c/USERNAME/doc_projects <span class="hljs-comment"># Windows example</span>
<span class="hljs-built_in">cd</span> /c/NAME/doc_projects <span class="hljs-comment"># Windows example</span>
</code></pre>
<ol start="6">
<li>Clone your repository to your local machine:</li>