Skip to content

Commit 239cfa3

Browse files
Dale KunceDale Kunce
authored andcommitted
Clean up workflow debugging code
- Remove temporary debug steps from deploy.yml - Ready for merge to publish branch to test CSS deployment
1 parent 0e08cac commit 239cfa3

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)