We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eece152 commit 19a853eCopy full SHA for 19a853e
1 file changed
.github/workflows/ci.yml
@@ -16,6 +16,11 @@ jobs:
16
with:
17
fetch-depth: 0
18
19
+ - name: Install lychee
20
+ run: |
21
+ curl -sSf '<https://sh.rustup.rs>' | sh
22
+ apt install gcc pkg-config libc6-dev libssl-dev
23
+
24
- uses: astral-sh/setup-uv@v8.1.0
25
26
enable-cache: true
@@ -31,7 +36,4 @@ jobs:
31
36
run: uv run pre-commit run --all-files --show-diff-on-failure
32
37
33
38
- name: Build site
34
- # NOTE: --strict is currently disabled because Zensical (alpha) emits
35
- # warnings for GFM-style `> [!note]` blocks and a missing reference
- # link in examples/code-blocks.md. Re-enable once cleaned up.
39
run: uv run zensical build
0 commit comments