mirror of
https://github.com/p-stream/docs.git
synced 2026-03-11 17:55:39 +00:00
Enable corepack in GH Action
This commit is contained in:
parent
1ef42156d5
commit
c90892149a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/github_pages.yml
vendored
2
.github/workflows/github_pages.yml
vendored
|
|
@ -32,6 +32,8 @@ jobs:
|
|||
with:
|
||||
node-version: "20"
|
||||
cache: pnpm
|
||||
- name: Setup pnpm
|
||||
run: corepack enable
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue