diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2e8b013..32d3c4c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -70,7 +70,7 @@ jobs: uses: actions/upload-pages-artifact@v1 with: # Upload entire repository - path: '.' + path: ./dist - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1