Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchen committed Jun 19, 2024
1 parent 0f85a11 commit 381b9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm # or pnpm / yarn
# cache: pnpm # or pnpm / yarn
- name: Install dependencies
run: pnpm install # or npm ci # or pnpm install / yarn install / bun install
- name: Sync markdown themes
Expand Down

0 comments on commit 381b9ab

Please sign in to comment.