mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: fix accessing the base branch bundle
This commit is contained in:
2
.github/workflows/nextjs-bundle-analysis.yml
vendored
2
.github/workflows/nextjs-bundle-analysis.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
|
||||
- name: Compare with base branch bundle
|
||||
if: success() && github.event.number
|
||||
run: ls -laR apps/website/.next/analyze/base && npx -yes -p github:hashicorp/nextjs-bundle-analysis compare
|
||||
run: ls -laR .next/analyze/base && npx -yes -p github:hashicorp/nextjs-bundle-analysis compare
|
||||
|
||||
- name: Get comment body
|
||||
id: get-comment-body
|
||||
|
||||
Reference in New Issue
Block a user