mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-23 04:33:08 +00:00
feat: migrate from github pages to vercel
This commit is contained in:
parent
a2eacd0068
commit
ba3c5e5491
1 changed files with 5 additions and 3 deletions
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue