mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
Add verification step for theme JS vendor dir after checkout
This commit is contained in:
parent
cb24e9ecac
commit
7fa08abcbc
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy-docs.yml
vendored
6
.github/workflows/deploy-docs.yml
vendored
|
@ -36,6 +36,12 @@ jobs:
|
|||
persist-credentials: false
|
||||
set-safe-directory: /home/runner/work/mainwp.dev/mainwp.dev
|
||||
|
||||
# NEW: Verify theme files exist immediately after checkout
|
||||
- name: Verify Theme Files After Checkout
|
||||
run: |
|
||||
echo "Checking theme files immediately after checkout..."
|
||||
ls -la dox-theme/assets/js/vendor/ || echo "Source directory dox-theme/assets/js/vendor/ NOT FOUND after checkout!"
|
||||
|
||||
- name: Verify repository state
|
||||
run: |
|
||||
echo "Repository structure:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue