diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d649f05..7999544 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Deploy VitePress site to Pages +name: Deploy site to Pages on: push: @@ -43,7 +43,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: docs/.vitepress/dist + path: .vitepress/dist deploy: environment: