From ef4154cb4be49db17ed4fb96b7f5e5f1296d4cd6 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Tue, 5 Nov 2024 01:00:24 +0100 Subject: [PATCH] testing ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ba0ea2..c060dc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,3 +61,7 @@ jobs: env: RUSTDOCFLAGS: -D warnings run: cargo doc --no-deps --document-private-items --all-features --workspace --examples + - name: Upload artifact + uses: actions/upload-pages-artifact@v2 + with: + path: "target/docs"