diff --git a/action.yml b/action.yml index 7eb4110..0912f29 100644 --- a/action.yml +++ b/action.yml @@ -49,5 +49,5 @@ runs: uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages - folder: ${{ inputs.outDirectory }} + folder: ${{ inputs.rootPath }}/${{ inputs.outDirectory }} clean: false