Update workflow to check CSS at standard Jekyll output path

This commit is contained in:
Dennis Dornon 2025-04-02 12:22:48 -04:00
parent ff204d5f20
commit 1204e0d330

View file

@ -133,7 +133,7 @@ jobs:
ls -laR _site/dox-theme/assets/js/ || echo "Directory _site/dox-theme/assets/js/ not found"
echo "--- Compiled CSS Content ---"
echo "style.css contents:"
cat _site/dox-theme/assets/css/style.css || echo "style.css not found!"
cat _site/assets/css/style.css || echo "style.css not found!"
# Deploy to GitHub Pages
- name: Deploy to GitHub Pages