Skip to content

Commit cc0b20b

Browse files
Merge pull request #25 from Rajesh-Nagarajan-11/testing-pr
remove step
2 parents 8bac9d9 + 2f8afe0 commit cc0b20b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/preview-site.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ jobs:
2828
unzip public-dir.zip
2929
rm -f public-dir.zip
3030
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-
4031
- name: Deploy to Netlify
4132
id: netlify
4233
uses: nwtgck/actions-netlify@v3

0 commit comments

Comments
 (0)