Skip to content

Commit

Permalink
Deployed with mkdocs, version 1.1.2 from /home/circleci/.local/share/…
Browse files Browse the repository at this point in the history
…virtualenvs/code-6yRgnUSz/lib/python3.8/site-packages/mkdocs (Python 3.8)
  • Loading branch information
fastlane-bot-helper committed Nov 11, 2023
1 parent a4dbf30 commit ad55e90
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 292 deletions.
2 changes: 1 addition & 1 deletion advanced/other/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ <h3 id="decryption-instructions">🔓 Decryption Instructions</h3>
=&gt; &quot;master&quot;
</code></pre>
<p>Now create an instance of <code>Storage</code> and <code>Encryption</code>. The <code>download</code> method on <code>Storage</code> will clone the repo and the <code>decrypt_files</code> method on <code>Encryption</code> will decrypt the repo for you. Assign the return values to <code>storage</code> and <code>encrypt</code>, which we'll need later when we re-encrypt:</p>
<pre><code class="language-ruby">irb(main):006:0&gt; storage = Match::Storage.for_mode(&quot;git&quot;, { git_url: git_url, shallow_clone: shallow_clone, git_branch: branch, clone_branch_directly: false})
<pre><code class="language-ruby">irb(main):006:0&gt; storage = Match::Storage.from_params({storage_mode: &quot;git&quot;, git_url: git_url, shallow_clone: shallow_clone, git_branch: branch, clone_branch_directly: false})
irb(main):007:0&gt; storage.download
irb(main):008:0&gt; encryption = Match::Encryption.for_storage_mode(&quot;git&quot;, { git_url: git_url, working_directory: storage.working_directory})
irb(main):009:0&gt; encryption.decrypt_files
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -674,5 +674,5 @@ <h3 id="where-to-go-from-here">Where to go from here?</h3>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2023-10-26 04:04:34.579094+00:00
Build Date UTC : 2023-11-11 05:00:17.733695+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit ad55e90

Please sign in to comment.