Revert "fix(pulltorefresh): 修复 H5 卡顿 & 小程序滑动距离问题" (#1431) #592
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: sync to docs-taro | |
on: | |
push: | |
branches: | |
- next # default branch | |
paths: | |
- '.github/workflows/**' | |
- 'src/**' | |
- 'package.json' | |
jobs: | |
copy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: npm i fs-extra --force | |
- run: node scripts/copy-docs-h5-or-taro.js taro | |
- name : Sync | |
uses : JamesIves/github-pages-deploy-action@4.1.7 | |
with : | |
branch : new-site # action 应该部署到的分支 。 | |
folder : site_docs #操作应该部署的文件夹 。 | |
clean: false | |
repository-name: jdf2e/nutui-docs | |
token: ${{ secrets.GIT_ACTION }} | |
target-folder: src/docs_react_taro | |