Skip to content

Commit

Permalink
🐎 ci: ceshi
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed Nov 2, 2023
1 parent 2ea492e commit 24d62a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 8
run_install: |
- recursive: false
args: [--frozen-lockfile]
- name: Setup Pages
uses: actions/configure-pages@v3
#- name: Install dependencies
#run: pnpm install # or pnpm install / yarn install / bun install
- name: Install dependencies
run: pnpm i && 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 All @@ -72,3 +69,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
outputs:
page_url: https://ce.ivy-design.press

0 comments on commit 24d62a8

Please sign in to comment.