From eebbb683fd32a0427ebd313880b0c793928ab50b Mon Sep 17 00:00:00 2001 From: Brenda Silva Machado <87547436+Brenda-Machado@users.noreply.github.com> Date: Sat, 12 Aug 2023 15:44:48 -0300 Subject: [PATCH] Update website.yml --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e5f9445..1bdeef2 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -23,5 +23,5 @@ jobs: with: TOKEN: ${{ github.token }} BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: website/dist # The folder the action should deploy. + FOLDER: website # The folder the action should deploy. CLEAN: true # Automatically remove deleted files from the deploy branch