Skip to content

Commit

Permalink
docs(docs-site): 修复gh-action找不到yarn.lock问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinoooo committed Feb 22, 2024
1 parent 1a5e78e commit 5c0086e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: './doc/yarn.lock'
cache-dependency-path: './docs/yarn.lock'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: './doc/yarn.lock'
cache-dependency-path: './docs/yarn.lock'

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

0 comments on commit 5c0086e

Please sign in to comment.