diff --git a/.github/workflows/rust-gen-page.yml b/.github/workflows/rust-gen-page.yml index 9067a5b0d..cc4ca4e60 100644 --- a/.github/workflows/rust-gen-page.yml +++ b/.github/workflows/rust-gen-page.yml @@ -16,7 +16,7 @@ jobs: override: true components: rustfmt, clippy - run: cargo build --release --all-features - - run: RUSTDOCFLAGS='-Z unstable-options --enable-index-page' cargo doc --bin gawires --no-deps + - run: RUSTDOCFLAGS='-Z unstable-options --enable-index-page' cargo doc --bin gaw --no-deps - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.5