fix(1.x): infiniteloading onloadmore 无法获取最新的 state (#1645) #1053
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 | |
# on: | |
# push: | |
# branches: | |
# - main | |
# paths: | |
# - '.github/workflows/**' | |
# - 'src/**' | |
# - 'package.json' | |
# jobs: | |
# copy: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - run: npm i fs-extra --force | |
# - run: node scripts/copy-docs.js | |
# - name : Sync | |
# uses : JamesIves/[email protected] | |
# with : | |
# branch : master # action 应该部署到的分支 。 | |
# folder : site_docs #操作应该部署的文件夹 。 | |
# clean: false | |
# repository-name: jdf2e/nutui-docs | |
# token: ${{ secrets.GIT_ACTION }} | |
# target-folder: src/docs_react |