diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b2a53a..346370e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. - folder: docs # The folder the action should deploy. + folder: packages/sdk/docs # The folder the action should deploy.