From 3902cb8615ccd06bdde121bd83ac04991920c6d1 Mon Sep 17 00:00:00 2001 From: Wilco Kusee Date: Sun, 23 Mar 2025 07:16:47 +0100 Subject: [PATCH] Use html directory for mdbook artifact --- .github/workflows/book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index cb9dc8a48..396981c95 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -36,7 +36,7 @@ jobs: id: deployment uses: actions/upload-pages-artifact@v3 with: - path: ./book/book + path: ./book/book/html deploy: name: Deploy runs-on: ubuntu-latest