mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
Add check for source vendor JS dir before copy step
This commit is contained in:
parent
771155c4b8
commit
cb24e9ecac
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy-docs.yml
vendored
6
.github/workflows/deploy-docs.yml
vendored
|
@ -101,6 +101,12 @@ jobs:
|
|||
env:
|
||||
JEKYLL_ENV: production
|
||||
|
||||
# Verify source vendor dir exists BEFORE copy
|
||||
- name: Check Source Vendor Dir
|
||||
run: |
|
||||
echo "Checking if source vendor directory exists before copy..."
|
||||
ls -la dox-theme/assets/js/vendor/ || echo "Source directory dox-theme/assets/js/vendor/ NOT FOUND before copy attempt!"
|
||||
|
||||
# Explicitly copy missing JS vendor files into _site
|
||||
- name: Copy JS Vendor Files
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue