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 8bac9d9 commit 2f8afe0Copy full SHA for 2f8afe0
.github/workflows/preview-site.yml
@@ -28,15 +28,6 @@ jobs:
28
unzip public-dir.zip
29
rm -f public-dir.zip
30
31
- - name: Verify Site Directory
32
- run: |
33
- echo "Contents of current directory:"
34
- ls -la
35
- echo "Contents of public directory:"
36
- ls -la public/
37
- echo "HTML files in public:"
38
- find public -name "*.html" | head -5
39
-
40
- name: Deploy to Netlify
41
id: netlify
42
uses: nwtgck/actions-netlify@v3
0 commit comments