Skip to content

Commit

Permalink
chore(docs): remove prepack step from documentation workflow
Browse files Browse the repository at this point in the history
Eliminates the unnecessary `prepack` step from the
GitHub Actions workflow for building the VitePress site.
This simplifies the workflow and reduces build time.
s00d committed Jan 20, 2025
1 parent dbc82d8 commit 4da51f0
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -40,11 +40,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Prepack
run: |
pnpm --filter "./packages/**" run build
pnpm run prepack
# run build script
- name: Build VitePress site
run: pnpm run docs:build
1 change: 1 addition & 0 deletions docs/news/index.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ outline: deep

# News


## Major Release: Nuxt I18n Micro v1.65.0

**Date**: 2025-01-20

0 comments on commit 4da51f0

Please sign in to comment.