Skip to content

Commit

Permalink
add cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlee64 committed Jan 22, 2024
1 parent 5c80919 commit a98cd04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:

defaults:
run:
working-directory: /docs
working-directory: ./docs

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: ./docs/package.json

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit a98cd04

Please sign in to comment.