Skip to content

Commit d49e084

Browse files
committed
nits
1 parent 4320a16 commit d49e084

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

examples/web.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414

1515
# Optimize all PNGs with https://pngquant.org/
1616
- run: sudo apt-get update && sudo apt-get install -y pngquant
17-
- run: |
17+
- name: Run pngquant
18+
run: |
1819
shopt -s globstar
1920
pngquant -f --ext .png --skip-if-larger -- **/*.png
2021

index.html.jinja2

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<ul>
108108
<li><strong>Always free for open source projects.</strong></li>
109109
<li>Free for private and organization repositories while in preview.</li>
110-
<li>For enterprise solutions, contact {{ email("[email protected]") }}.</li>
110+
<li>For enterprise solutions and self-hosting, contact {{ email("[email protected]") }}.</li>
111111
</ul>
112112
</div>
113113
</div>
@@ -127,7 +127,7 @@
127127
</li>
128128
</ul>
129129

130-
<h3 id="why" class="fs-5">Why does this require an app?</h3>
130+
<h3 id="why-does-this-require-an-app" class="fs-5">Why does this require an app?</h3>
131131
<ul>
132132
<li>
133133
For security reasons, pull requests from forked repositories do not have any write permissions

setup.html.jinja2

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
You can of course switch to a different Rust toolchain first,
109109
for example if you are using nightly rustfmt.
110110
</p>
111+
<p>
112+
Crab fact: <strong>autocix.ci's</strong> backend is written in Rust. 🦀
113+
</p>
111114

112115
<h2 id="go">Go</h2>
113116
<p>

0 commit comments

Comments
 (0)