From 381f2e99b3716a869a4feba219b1e1904db806c8 Mon Sep 17 00:00:00 2001 From: Idan Arye Date: Sun, 1 Dec 2024 20:10:58 +0200 Subject: [PATCH] Fix typo in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c657d269..113829a9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: GITHUB_REPO: ${{ github.repository }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |- - cargo doc --verbose --all-features --feature bevy/webgl2 && + cargo doc --verbose --all-features --features bevy/webgl2 && echo "" > target/doc/index.html && required_features=$( (