Skip to content

Commit 6944006

Browse files
Updated prisma config location.
1 parent 413036a commit 6944006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: 🚫 Ephemerally delete server/api files
5858
run: |
5959
echo "Deleting src/app/api, src/server, src/proxy.ts, and src/app/jobs/[id] for static build..."
60-
rm -rf src/app/api src/server src/proxy.ts src/app/jobs/[id] src/app/[...not-found] src/app/prisma.config.ts
60+
rm -rf src/app/api src/server src/proxy.ts src/app/jobs/[id] src/app/[...not-found] prisma.config.ts
6161
6262
- name: 📥 Install dependencies
6363
run: ${{ env.manager }} ${{ env.command }}

0 commit comments

Comments
 (0)