diff --git a/.github/workflows/github-page-deploy.yml b/.github/workflows/github-page-deploy.yml index 492ea14..a855008 100644 --- a/.github/workflows/github-page-deploy.yml +++ b/.github/workflows/github-page-deploy.yml @@ -76,9 +76,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - path: | - dist - dist/assets + path: dist - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1