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 8b5e366 commit 8f468f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
# cache-dependency-path: '/docs/pnpm-lock.yaml'

- name: Install dependencies
run: pnpm install
run: cd docs && pnpm install

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

- name: Build
run: pnpm build
run: cd docs && pnpm build

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit 8f468f9

Please sign in to comment.