Skip to content

Commit 3b45412

Browse files
committed
Fixed typo.
1 parent 226b43c commit 3b45412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: 🚫 Ephemerally delete server/api files
9696
run: |
9797
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
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)