diff --git a/.github/workflows/publish-to-gh-pages.yml b/.github/workflows/publish-to-gh-pages.yml index edc8e5c..0521630 100644 --- a/.github/workflows/publish-to-gh-pages.yml +++ b/.github/workflows/publish-to-gh-pages.yml @@ -35,4 +35,4 @@ jobs: - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 with: - folder: ${{ env.WEBAPP_PATH }}${{env.PUBLISH_DIR}} \ No newline at end of file + folder: ${{ env.WEBAPP_PATH }}${{env.PUBLISH_DIR}}/wwwroot \ No newline at end of file