Skip to content

update pages

update pages #193

Workflow file for this run

name: Sync
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: git@github.com:RemyYYZ/mcappx.git
destination-repo: git@gitee.com:mcappx/mcappx.git
- name: Build Gitee Pages
uses: yanglbme/gitee-pages-action@main
with:
gitee-username: mcappx
gitee-password: ${{ secrets.GITEE_PASSWORD }}
gitee-repo: mcappx/mcappx
branch: main