diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index bd8ef6850..075c81c07 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,4 +21,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.1 with: branch: gh-pages # The branch the action should deploy to. - folder: docs # The folder the action should deploy. + folder: site # The folder the action should deploy.