From b617bf09f861ee8137216f6912169e173e9d54d8 Mon Sep 17 00:00:00 2001 From: SyedAhkam Date: Sat, 7 Oct 2023 02:21:18 +0530 Subject: [PATCH] fix: buggy deploy path in workflow --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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