From 17c3a453ef8207ee592f8f215b3be2ea1d5e24e8 Mon Sep 17 00:00:00 2001 From: "Stephan L. Smith" Date: Fri, 22 Mar 2024 17:00:49 -0400 Subject: [PATCH] Updates the action --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d1f6c69..39afdb1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,4 +27,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. - folder: build # The folder the action should deploy. + folder: dist # The folder the action should deploy.