Skip to content

Commit

Permalink
deploy: 1a67235
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Apr 16, 2024
1 parent 75b654c commit 75510c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,9 @@ <h3 id="the-target-field"><a class="header" href="#the-target-field">The <code>t
<ul>
<li><code>source</code> – as the same directory as the source code</li>
<li><code>directory</code> – specified directory</li>
<li><code>bundle</code> – specified file</li>
</ul>
<p>If you want to use <code>directory</code>, you can specify the target directory by <code>path</code> key.</p>
<p>If you want to use <code>directory</code> or <code>bundle</code>, you should specify the target path by <code>path</code> key.</p>
<pre><code class="language-toml">[build]
target = {type = "directory", path = "[dst dir]"}
</code></pre>
Expand Down
3 changes: 2 additions & 1 deletion book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1926,8 +1926,9 @@ <h3 id="the-target-field"><a class="header" href="#the-target-field">The <code>t
<ul>
<li><code>source</code> – as the same directory as the source code</li>
<li><code>directory</code> – specified directory</li>
<li><code>bundle</code> – specified file</li>
</ul>
<p>If you want to use <code>directory</code>, you can specify the target directory by <code>path</code> key.</p>
<p>If you want to use <code>directory</code> or <code>bundle</code>, you should specify the target path by <code>path</code> key.</p>
<pre><code class="language-toml">[build]
target = {type = "directory", path = "[dst dir]"}
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 75510c0

Please sign in to comment.