From d09fd87d70b75ef153324fdb200297e3e2a085ef Mon Sep 17 00:00:00 2001 From: Mitchell Robert Vollger Date: Wed, 5 Jun 2024 09:40:24 -0700 Subject: [PATCH] feat: starting the book --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a453e196..578be3f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: 'book' + path: 'docs/book' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 \ No newline at end of file