We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d7c84 commit 6cbca69Copy full SHA for 6cbca69
1 file changed
.github/workflows/deploy-docs.yml
@@ -34,14 +34,8 @@ jobs:
34
run: pnpm nx build docs --skip-nx-cache
35
working-directory: .
36
37
- - name: Debug - List build output
38
- run: |
39
- echo "=== Listing apps/docs/ ==="
40
- ls -la apps/docs/
41
- echo "=== Listing apps/docs/dist/ ==="
42
- ls -la apps/docs/dist/ || echo "No dist folder"
43
- echo "=== Listing apps/docs/dist/server/ ==="
44
- ls -la apps/docs/dist/server/ || echo "No dist/server folder"
+ - name: Clean wrangler cache
+ run: rm -rf apps/docs/.wrangler
45
46
- name: Deploy to Cloudflare Workers
47
uses: cloudflare/wrangler-action@v3
0 commit comments