diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 84f80d2..204daba 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,4 +23,4 @@ jobs: - uses: JamesIves/github-pages-deploy-action@4.1.7 with: branch: gh-pages # The branch the action should deploy to. - folder: docs # The folder the action should deploy. \ No newline at end of file + folder: docs/book # The folder the action should deploy. \ No newline at end of file