Skip to content

Commit

Permalink
Merge branch 'vitepress'
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeraabbccdd committed Apr 9, 2024
2 parents ea7493a + eb7ef0d commit dcfea1d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v1
with:
node-version: 16
bun-version: latest
- name: Install and Build
run: |
pnpm install
pnpm run build
bun install
bun run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist
folder: docs/.vitepress/dist
single-commit: true

0 comments on commit dcfea1d

Please sign in to comment.