mirror of
https://github.com/sussy-code/docs.git
synced 2026-05-03 16:59:09 +00:00
Fix PNPM
This commit is contained in:
parent
c90892149a
commit
bfe02b9e5c
1 changed files with 3 additions and 2 deletions
5
.github/workflows/github_pages.yml
vendored
5
.github/workflows/github_pages.yml
vendored
|
|
@ -27,13 +27,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 8
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: "20"
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
- name: Setup pnpm
|
|
||||||
run: corepack enable
|
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v4
|
uses: actions/configure-pages@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue