Deployed 6323bef6 to nightly with MkDocs 1.6.1 and mike 2.1.4

This commit is contained in:
github-actions[bot]
2026-09-06 04:15:16 +00:00
parent a200195c90
commit 4f287b1444
2 changed files with 6 additions and 5 deletions
@@ -2127,13 +2127,14 @@
</ul>
<p>Some builds use <a href="https://github.com/cross-rs/cross"><code>cross</code></a> to do cross-compilation builds for architectures otherwise not natively supported by the runner.</p>
<h2 id="msi"><a class="toclink" href="#msi">MSI</a></h2>
<p>This builds a full Windows installer using <a href="https://github.com/volks73/cargo-wix"><code>cargo-wix</code></a>. This requires some setup beforehand with some dependencies:</p>
<p>This builds a full Windows installer using <a href="https://github.com/volks73/cargo-wix"><code>cargo-wix</code></a> and <a href="https://github.com/wixtoolset/wix">WiX Toolset 4</a>.
This requires some setup beforehand with some dependencies:</p>
<ul>
<li>Net-Framework-Core (handled by Powershell)</li>
<li>wixtoolset (handled by chocolatey)</li>
<li>WiX Toolset 4 (needs to be separately installed on GitHub runners as a .NET tool)</li>
<li>Rust toolchain</li>
</ul>
<p>After that, cache is enabled, and <code>cargo wix</code> takes care of the rest.</p>
<p>After that, <code>cargo wix</code> takes care of the rest.</p>
<h2 id="deb"><a class="toclink" href="#deb"><code>.deb</code></a></h2>
<p>Currently, <code>.deb</code> files are built for x86 and ARM architectures (<code>armv7</code>, <code>aarch64</code>). This is handled by <a href="https://crates.io/crates/cargo-deb"><code>cargo-deb</code></a>.</p>
<ul>
@@ -2161,7 +2162,7 @@
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="December 6, 2023 05:16:26">December 6, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="September 6, 2026 04:14:41">September 6, 2026</span>
</span>
File diff suppressed because one or more lines are too long