Skip to content

Commit

Permalink
ci: fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
EINDEX committed Sep 16, 2024
1 parent 3a61041 commit 8b5e366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pnpm install

- name: Update changelog
run: node changelog.js
run: cd docs && node changelog.js

- name: Build
run: pnpm build
Expand Down

0 comments on commit 8b5e366

Please sign in to comment.