Skip to content

fix(swiper): 修复页面中未设置 z-index 的 fixed 元素无法覆盖 swiper 问题 (#2617) #611

fix(swiper): 修复页面中未设置 z-index 的 fixed 元素无法覆盖 swiper 问题 (#2617)

fix(swiper): 修复页面中未设置 z-index 的 fixed 元素无法覆盖 swiper 问题 (#2617) #611

Workflow file for this run

name: sync to docs-h5
on:
push:
branches:
- v4 # default branch
paths:
- '.github/workflows/**'
- 'src/**'
jobs:
copy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Copy
run: pnpm copy:h5
- name: Sync
uses: JamesIves/[email protected]
with:
branch: new-site # action 应该部署到的分支 。
folder: site_docs #操作应该部署的文件夹 。
clean: false
repository-name: jdf2e/nutui-docs
token: ${{ secrets.GIT_ACTION }}
target-folder: src/docs_vue