Skip to content

Commit

Permalink
test: 调试2
Browse files Browse the repository at this point in the history
  • Loading branch information
moyuand committed Nov 24, 2024
1 parent cd37115 commit eaabac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
- name: List project files
run: ls -al ./packages/docs
- name: List VitePress files
run: ls -al ./packages/moyu-ui/docs/.vitepress
run: ls -al ./packages/docs/moyu-ui/.vitepress

- name: Verify built files
run: ls -al ./packages/moyu-ui/docs/.vitepress/dist
run: ls -al ./packages/docs/moyu-ui/.vitepress/dist

deploy:
name: Deploy to GitHub Pages
Expand Down

0 comments on commit eaabac4

Please sign in to comment.