Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 130e531

Browse files
committed
Remove prerendered pages before building dispersed bundle
1 parent df58707 commit 130e531

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/audit_build_verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ jobs:
100100
with:
101101
name: build
102102
path: build.tar.gz
103-
103+
- name: Remove out pages
104+
run: rm -r out/_next/static/checks/pages
104105
- name: Build dispersed
105106
run: yarn dispersed-bundle
106107

0 commit comments

Comments
 (0)