diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index db23d16..6e46176 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -42,7 +42,7 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload entire repository - path: 'dist' + path: 'ai-json-form/dist' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v3