Skip to content

Commit

Permalink
ci: fix cache again (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 10, 2023
1 parent 52127ae commit ce7a48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: ${{ env.NODE_VERSION }}
# cache: 'pnpm' # doesn't cache cypress
# cache-dependency-path: '**/pnpm-lock.yaml'
cache: 'pnpm' # doesn't cache cypress
cache-dependency-path: '**/pnpm-lock.yaml'

- name: enable corepack
run: corepack enable
Expand Down

0 comments on commit ce7a48d

Please sign in to comment.