mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-02-16 10:29:55 +01:00
feat: migrate from github pages to vercel
This commit is contained in:
parent
a2eacd0068
commit
ba3c5e5491
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 New Issue
Block a user