diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d266a79..5c355eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,5 +19,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.2.5 with: branch: gh-pages # The branch the action should deploy to. - folder: www # The folder the action should deploy. + folder: . # The folder the action should deploy. clean: true