mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-06-20 19:57:43 +02: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
|
- uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
path: docs/.vitepress/dist
|
path: docs/.vitepress/dist
|
||||||
- name: Deploy to GitHub Pages
|
|
||||||
id: deployment
|
# use vercel currently, so disable this one
|
||||||
uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action
|
# - name: Deploy to GitHub Pages
|
||||||
|
# id: deployment
|
||||||
|
# uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action
|
||||||
|
Loading…
x
Reference in New Issue
Block a user