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

Commit

Permalink
Remove prerendered pages before building dispersed bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjocke committed Mar 28, 2022
1 parent df58707 commit 130e531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/audit_build_verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
with:
name: build
path: build.tar.gz

- name: Remove out pages
run: rm -r out/_next/static/checks/pages
- name: Build dispersed
run: yarn dispersed-bundle

Expand Down

0 comments on commit 130e531

Please sign in to comment.