From a6e0b27fe294d6efad22e6bdea3fe177e8d4314b Mon Sep 17 00:00:00 2001 From: Moses <36628352+genuinemoses@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:29:13 +0530 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9284a61..c78185a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -42,5 +42,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages - folder: docs/_site/ + folder: _site/ token: ${{ secrets.GITHUB_TOKEN }}