fix: don't flatten docs
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user