Skip to content

chore(release): v2.6.4 #785

chore(release): v2.6.4

chore(release): v2.6.4 #785

Workflow file for this run

name: sync to migrate
on:
push:
branches:
- next # default branch
paths:
- '.github/workflows/**'
- 'src/**'
- migrate-from-v1.md
- 'package.json'
jobs:
copy:
if: github.repository == 'jdf2e/nutui-react'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i fs-extra --force
- run: node scripts/copy-migrate-from-v1.js
- name : Sync
uses : JamesIves/github-pages-deploy-action@v4.5.0
with :
branch : new-site # action 应该部署到的分支 。
folder : site_docs_migrate #操作应该部署的文件夹 。
clean: false
repository-name: jdf2e/nutui-docs
token: ${{ secrets.GIT_ACTION }}
target-folder: src/docs