Skip to content

Commit

Permalink
ci: 🎡 modify the build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru1ers committed Dec 30, 2024
1 parent f58f919 commit 7281ece
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
source: 'docs/zebra-swiper-docs/.vitepress/dist/*'
target: '/www/wwwroot/swiper.zebraui.com'
target: '/www/wwwroot/swiper.zebraui.com/dist'
strip_components: 3
rm: true
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ getStarCount().then((count) => {
</div>
</AnimatedElement>
<AnimatedElement :delay="1500">
<DemoShow></DemoShow>
<ClientOnly>
<DemoShow></DemoShow>
</ClientOnly>
</AnimatedElement>
</section>
</div>
Expand Down

0 comments on commit 7281ece

Please sign in to comment.