Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Feb 23, 2024
1 parent 0a11511 commit 083e8a7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,16 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: cd website && npm ci # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: npm ci # or pnpm install / yarn install / bun install
- name: Build with Core
run: |
cd website && npm run build:doc
npm run build -w packages/core
- name: Build packages
run: |
npm run build
- name: Build documentation
run: |
npm run build:doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 083e8a7

Please sign in to comment.