diff --git a/.gitea/workflows/docs.yml b/.gitea/workflows/docs.yml index 25082ba..1f39848 100644 --- a/.gitea/workflows/docs.yml +++ b/.gitea/workflows/docs.yml @@ -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' "" > target/doc/index.html - name: Publish the channel to /srv/www run: | diff --git a/scripts/docs-banner.html b/scripts/docs-banner.html index 5252c7c..8f203d5 100644 --- a/scripts/docs-banner.html +++ b/scripts/docs-banner.html @@ -1,7 +1,6 @@ -
- Docs channel: - release| - nightly +
+ release| + nightly