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