Skip to content

Commit

Permalink
deploy: 0b9a599
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Oct 9, 2023
1 parent 8a14bc1 commit 13765d5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion man/en/chapter_28.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h1 class="menu-title">Just Programmer&#x27;s Manual</h1>
<main>
<h3 id="variables-and-substitution"><a class="header" href="#variables-and-substitution">Variables and Substitution</a></h3>
<p>Variables, strings, concatenation, path joining, and substitution using <code>{{…}}</code> are supported:</p>
<pre><code class="language-just">tmpdir := `mktemp`
<pre><code class="language-just">tmpdir := `mktemp -d`
version := &quot;0.2.7&quot;
tardir := tmpdir / &quot;awesomesauce-&quot; + version
tarball := tardir + &quot;.tar.gz&quot;
Expand Down
2 changes: 1 addition & 1 deletion man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ <h5 id="nushell"><a class="header" href="#nushell">Nushell</a></h5>
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h3 id="variables-and-substitution"><a class="header" href="#variables-and-substitution">Variables and Substitution</a></h3>
<p>Variables, strings, concatenation, path joining, and substitution using <code>{{…}}</code> are supported:</p>
<pre><code class="language-just">tmpdir := `mktemp`
<pre><code class="language-just">tmpdir := `mktemp -d`
version := &quot;0.2.7&quot;
tardir := tmpdir / &quot;awesomesauce-&quot; + version
tarball := tardir + &quot;.tar.gz&quot;
Expand Down
2 changes: 1 addition & 1 deletion man/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/en/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/zh/chapter_27.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h1 class="menu-title">Just 用户指南</h1>
<main>
<h3 id="变量和替换"><a class="header" href="#变量和替换">变量和替换</a></h3>
<p>支持在变量、字符串、拼接、路径连接和替换中使用 <code>{{…}}</code></p>
<pre><code class="language-just">tmpdir := `mktemp`
<pre><code class="language-just">tmpdir := `mktemp -d`
version := &quot;0.2.7&quot;
tardir := tmpdir / &quot;awesomesauce-&quot; + version
tarball := tardir + &quot;.tar.gz&quot;
Expand Down
2 changes: 1 addition & 1 deletion man/zh/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ <h5 id="nushell"><a class="header" href="#nushell">Nushell</a></h5>
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h3 id="变量和替换"><a class="header" href="#变量和替换">变量和替换</a></h3>
<p>支持在变量、字符串、拼接、路径连接和替换中使用 <code>{{…}}</code></p>
<pre><code class="language-just">tmpdir := `mktemp`
<pre><code class="language-just">tmpdir := `mktemp -d`
version := &quot;0.2.7&quot;
tardir := tmpdir / &quot;awesomesauce-&quot; + version
tarball := tardir + &quot;.tar.gz&quot;
Expand Down
2 changes: 1 addition & 1 deletion man/zh/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/zh/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 13765d5

Please sign in to comment.