diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2850db2..e845de1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: github-pages - path: ./docs-dist + path: docs-dist - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4