From e978ef2475c315574a7f73e6f6861fcf95c6affd Mon Sep 17 00:00:00 2001 From: akarras Date: Tue, 9 Jan 2024 22:55:59 -0700 Subject: [PATCH] fix book part 23041 --- .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 1ed50dd5..c8cbd6cf 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -33,7 +33,7 @@ jobs: uses: actions/upload-pages-artifact@v1 with: # Upload entire repository - path: 'book' + path: './userguide/book' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1 \ No newline at end of file