File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,36 +37,11 @@ jobs:
3737 - name : Lint JavaScript
3838 run : npm run lint
3939
40- - name : Debug before build
41- run : |
42- echo "=== Before build ==="
43- ls -la
44- echo "=== Checking for .tmp directory ==="
45- ls -la .tmp/ || echo "No .tmp directory found"
46-
4740 - name : Build site
4841 run : npm run build
4942 env :
5043 JEKYLL_ENV : production
5144
52- - name : Debug after build
53- run : |
54- echo "=== After build ==="
55- echo "=== Checking .tmp directory ==="
56- ls -la .tmp/ || echo "No .tmp directory found"
57- echo "=== Checking .tmp/assets ==="
58- ls -la .tmp/assets/ || echo "No .tmp/assets directory found"
59- echo "=== Checking .tmp/assets/styles ==="
60- ls -la .tmp/assets/styles/ || echo "No .tmp/assets/styles directory found"
61- echo "=== Checking _site directory ==="
62- ls -la _site/ || echo "No _site directory found"
63- echo "=== Checking _site/assets ==="
64- ls -la _site/assets/ || echo "No _site/assets directory found"
65- echo "=== Checking _site/assets/styles ==="
66- ls -la _site/assets/styles/ || echo "No _site/assets/styles directory found"
67- echo "=== Looking for main.css anywhere in _site ==="
68- find _site -name "main.css" -type f || echo "No main.css found in _site"
69-
7045 - name : Upload build artifacts
7146 uses : actions/upload-artifact@v4
7247 with :
You can’t perform that action at this time.
0 commit comments