mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-01-31 02:21:25 +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
|
||||
|
||||
# build and deploy the docs
|
||||
- run: npm ci
|
||||
- name: Build
|
||||
run: npm run docs:build
|
||||
run: pnpm docs:build
|
||||
- uses: actions/configure-pages@v2
|
||||
- uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user