We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226b43c commit 3b45412Copy full SHA for 3b45412
1 file changed
.github/workflows/nextjs-static-gh-pages.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: 🚫 Ephemerally delete server/api files
96
run: |
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
+ 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
99
100
- name: 📥 Install dependencies
101
run: ${{ steps.detect-pm.outputs.manager }} ${{ steps.detect-pm.outputs.command }}
0 commit comments