Skip to content

chore(deps): bump semver from 6.3.0 to 6.3.1 (#45) #41

chore(deps): bump semver from 6.3.0 to 6.3.1 (#45)

chore(deps): bump semver from 6.3.0 to 6.3.1 (#45) #41

Workflow file for this run

name: Sync
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'doocs/technical-books'
steps:
- uses: actions/checkout@v3
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: [email protected]:doocs/technical-books.git
destination-repo: [email protected]:Doocs/technical-books.git
# - name: Build Gitee Pages
# uses: yanglbme/gitee-pages-action@main
# with:
# gitee-username: yanglbme
# gitee-password: ${{ secrets.GITEE_PASSWORD }}
# gitee-repo: doocs/technical-books
# branch: main