diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index fb612202..90d54df0 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -25,5 +25,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.1 with: branch: gh-pages - folder: site + folder: site-dist clean-exclude: 0.x