We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b61b5 commit 5392f14Copy full SHA for 5392f14
1 file changed
.github/workflows/deploy-cloudflare-pages.yml
@@ -36,17 +36,6 @@ jobs:
36
ROOT: /
37
ROUTING_STYLE: wildcard
38
39
- - name: Verify build output
40
- run: |
41
- echo "Build directory contents:"
42
- ls -lh build/
43
- echo ""
44
- echo "Checking _redirects file:"
45
- cat build/_redirects
46
47
- echo "Checking _headers file:"
48
- cat build/_headers
49
-
50
- name: Deploy to Cloudflare Pages
51
uses: cloudflare/pages-action@v1
52
with:
0 commit comments