Skip to content

Commit 7efc263

Browse files
Added dynamic job details route to 'ephemeral delete' for now.
1 parent 6bd7911 commit 7efc263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

5757
- name: 🚫 Ephemerally delete server/api files
5858
run: |
59-
echo "Deleting src/app/api, src/server, and src/middleware.ts for static build..."
60-
rm -rf src/app/api src/server src/middleware.ts
59+
echo "Deleting src/app/api, src/server, src/middleware.ts, and src/app/jobs/[id] for static build..."
60+
rm -rf src/app/api src/server src/middleware.ts src/app/jobs/[id]
6161
6262
- name: 📥 Install dependencies
6363
run: ${{ env.manager }} ${{ env.command }}

0 commit comments

Comments
 (0)