From 428bddd710ce0c2d46fb444dacffd178c2c97ce8 Mon Sep 17 00:00:00 2001 From: arcadeperfect Date: Mon, 26 Aug 2024 23:16:18 -0400 Subject: [PATCH] one more time --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 14a25b1..430ddf6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,5 +29,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.5 with: branch: gh-pages - folder: . # Deploy the entire root directory - clean: false # Don't remove existing files \ No newline at end of file + folder: ./out # Deploy only the contents of the out directory + clean: true # Clean previous contents before deploying