From 6ee5ed66c36868149d88a67a97683f5fce787832 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Mon, 15 May 2023 02:30:40 +0100 Subject: [PATCH] fixed github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8b3e8d..4033778 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,14 +38,14 @@ jobs: - name: Setup Pages id: pages uses: actions/configure-pages@v3 - - name: Build mdbook + - name: Build mdbook # TODO : run mdbook tests run: | cd docs/book mdbook build - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - path: .docs/book/book + path: ./docs/book/book - name: Deploy book to github pages id: deployment uses: actions/deploy-pages@v2