Skip to content

Commit 226b43c

Browse files
committed
Added new SSR pages to exclusion array for gh-pages static build.
1 parent 6237de3 commit 226b43c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nextjs-static-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494

9595
- name: 🚫 Ephemerally delete server/api files
9696
run: |
97-
echo "Deleting src/app/api, src/server, src/proxy.ts, and src/app/jobs/[id] for static build..."
98-
rm -rf src/app/api src/server src/proxy.ts src/app/jobs/[id] src/app/[...not-found] prisma.config.ts
97+
echo "Deleting server/api files for static build..."
98+
rm -rf src/app/blog[slug], src/app/invoice/[id] src/app/api src/server src/proxy.ts src/app/jobs/[id] src/app/[...not-found] prisma.config.ts
9999
100100
- name: 📥 Install dependencies
101101
run: ${{ steps.detect-pm.outputs.manager }} ${{ steps.detect-pm.outputs.command }}

0 commit comments

Comments
 (0)