mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-02-07 05:59:13 +01:00
fix: ci, replace npm with pnpm
This commit is contained in:
parent
b090384c4e
commit
a2eacd0068
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -47,9 +47,8 @@ jobs:
|
|||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
# build and deploy the docs
|
# build and deploy the docs
|
||||||
- run: npm ci
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run docs:build
|
run: pnpm docs:build
|
||||||
- uses: actions/configure-pages@v2
|
- uses: actions/configure-pages@v2
|
||||||
- uses: actions/upload-pages-artifact@v1
|
- uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user