diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 433d87d..2bd4b9f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: "./dist/interactive-comments" + path: "./dist/interactive-comments/browser" - name: Deploy to GitHub Pages id: deployment