diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 82ed8b1..26570b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,6 +53,8 @@ jobs: - uses: actions/upload-pages-artifact@v1 with: path: docs/.vitepress/dist - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action + + # use vercel currently, so disable this one + # - name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action