mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
Update workflow to check CSS at standard Jekyll output path
This commit is contained in:
parent
ff204d5f20
commit
1204e0d330
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue