mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
ci(docs): remove setup-node pnpm cache for corepack flow
This commit is contained in:
parent
1d95762815
commit
adc72561a1
1 changed files with 0 additions and 2 deletions
2
.github/workflows/publish_docs.yml
vendored
2
.github/workflows/publish_docs.yml
vendored
|
|
@ -36,8 +36,6 @@ jobs:
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: "pnpm"
|
|
||||||
cache-dependency-path: ./docs/pnpm-lock.yaml
|
|
||||||
|
|
||||||
- name: Enable Corepack
|
- name: Enable Corepack
|
||||||
run: corepack enable
|
run: corepack enable
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue