Skip to content

Commit

Permalink
fix: nextjs bundle anaysis (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored Oct 13, 2024
1 parent 5ee68f7 commit ac30a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs-bundle-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
- name: Upload analysis
uses: actions/upload-artifact@v4
with:
name: analyze
path: packages/ui/docs-bundle/.next/analyze/
name: bundle
path: packages/ui/docs-bundle/.next/analyze/__bundle_analysis.json

- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@v6
Expand Down

0 comments on commit ac30a8b

Please sign in to comment.