Skip to content

fix: ignore __pycache__ and .pyc #38

fix: ignore __pycache__ and .pyc

fix: ignore __pycache__ and .pyc #38

Workflow file for this run

name: Sync RapidTTS to Gitee
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
sync:
name: Sync RapidTTS
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Sync RapidTTS to Gitee
uses: Yikun/hub-mirror-action@master
with:
src: github/RapidAI
dst: gitee/RapidAI
static_list: RapidTTS
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
force_update: true