Skip to content

Commit acdac6e

Browse files
committed
Fixed pnpm 'Unexpected input' deployment error
1 parent 4e4a933 commit acdac6e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/push-deploy-website.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
- uses: pnpm/action-setup@v4
40-
with:
41-
cache: pnpm
42-
cache-dependency-path: |
43-
docs/pnpm-lock.yaml
44-
docs/package.json
4540
- uses: actions/cache@v3
4641
with:
4742
path: docs/.docusaurus

0 commit comments

Comments
 (0)