Skip to content

Commit

Permalink
🐎 ci: 修复语法错误
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed Nov 2, 2023
1 parent 84ae682 commit e77d9ac
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 @@ -47,7 +47,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: pnpm i --no-frozen-lockfile && pnpm run build:comp# or pnpm install / yarn install / bun install
run: pnpm i --no-frozen-lockfile && pnpm run build:comp # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: |
pnpm docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
Expand Down

0 comments on commit e77d9ac

Please sign in to comment.