From 33f509fab0d74873d68b50066cfa18b310fab97e Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:04:07 +0800 Subject: [PATCH] Correct build folder name --- .github/workflows/hostinger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hostinger.yml b/.github/workflows/hostinger.yml index 226ce815..f41f4b81 100644 --- a/.github/workflows/hostinger.yml +++ b/.github/workflows/hostinger.yml @@ -29,6 +29,6 @@ jobs: env: REPO: self BRANCH: build # The branch name where you want to push the assets - FOLDER: build # The directory where your assets are generated + FOLDER: ./_site # The directory where your assets are generated GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token MESSAGE: "Build: ({sha}) {msg}" # The commit message \ No newline at end of file