fix: don't flatten docs
Sync README to GitHub / sync (push) Successful in 12s
CI / check (push) Failing after 25s
Deploy docs / deploy (push) Canceled after 4m26s
Nightly / nightly (push) Canceled after 16s

This commit is contained in:
2026-08-07 23:31:35 -04:00
parent 28d63c14e3
commit 32e1dc1101
5 changed files with 16 additions and 30 deletions
+3 -2
View File
@@ -25,8 +25,9 @@ jobs:
pixi install --locked
pixi run doc-build
- name: Flatten so the crate sits at the channel root
run: bash scripts/flatten-docs.sh
- name: Redirect the channel root to the crate page
run: |
printf '%s\n' "<!doctype html><meta http-equiv=\"refresh\" content=\"0; url=${CRATE}/\">" > target/doc/index.html
- name: Publish the channel to /srv/www
run: |