diff options
| -rw-r--r-- | .github/workflows/deploy_website.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index 6feeaa9..ca084ef 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -46,8 +46,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - # Upload entire repository - path: '.' + path: './build' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 |
