feat: migrate from github pages to vercel

This commit is contained in:
Ryan Yin 2023-06-23 16:55:45 +08:00
parent a2eacd0068
commit ba3c5e5491

View file

@ -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