From bb7827b762c30f699be45e0e80f9ac3ca346b951 Mon Sep 17 00:00:00 2001 From: nxglabs Date: Mon, 18 Dec 2023 20:56:52 +0530 Subject: [PATCH] chore: change the build directory --- .github/workflows/deployghpages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployghpages.yml b/.github/workflows/deployghpages.yml index 5d06c0006..765f75300 100644 --- a/.github/workflows/deployghpages.yml +++ b/.github/workflows/deployghpages.yml @@ -34,7 +34,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} # Build output to publish to the `gh-pages` branch: - publish_dir: ./build + publish_dir: ./docs/build # The following lines assign commit authorship to the official # GH-Actions bot for deploys to `gh-pages` branch: # https://github.com/actions/checkout/issues/13#issuecomment-724415212