mirror of
https://github.com/p-stream/docs.git
synced 2026-03-11 09:45:39 +00:00
Update github_pages.yml
This commit is contained in:
parent
b5e6729637
commit
bb33247521
1 changed files with 2 additions and 2 deletions
4
.github/workflows/github_pages.yml
vendored
4
.github/workflows/github_pages.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: pnpm/action-setup@v3
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 8
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
cache: pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
run: pnpm install
|
||||
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
|
|
|
|||
Loading…
Reference in a new issue