更新 FELLE 方法 #151
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push Folder to GitHub Pages | |
on: push | |
jobs: | |
copy-file: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Copy | |
uses: andstor/copycat-action@v3 | |
with: | |
personal_token: ${{ secrets.COPY }} | |
src_path: Models/ | |
src_branch: main | |
dst_path: /docs/TTS/ | |
dst_owner: SapphireLab | |
dst_branch: main | |
dst_repo_name: SapphireLab.github.io |