Skip to content

chore: migrate to @configurajs/eslint and @configurajs/prettier (#18) #101

chore: migrate to @configurajs/eslint and @configurajs/prettier (#18)

chore: migrate to @configurajs/eslint and @configurajs/prettier (#18) #101

Workflow file for this run

name: Sync to Gitee
on:
push:
branches: [dev, main]
jobs:
deploy-site-sync-gitee:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: [email protected]:varletjs/axle.git
destination-repo: [email protected]:varlet/axle.git