Skip to content

Commit

Permalink
comment ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchen committed Jun 19, 2024
1 parent 381b9ab commit e5b56ff
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 # cache requires lock file!
- 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 e5b56ff

Please sign in to comment.