46 Star 698 Fork 315

Megasu / 小兔鲜儿-vue3+ts-uniapp-2023新版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.yml 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
name: deploy
on:
push:
branches: [gh-pages]
pull_request:
branches: [gh-pages]
jobs:
gitee:
runs-on: ubuntu-latest
steps:
- name: Sync To Gitee
uses: wearerequired/git-mirror-action@master
env:
# 注意在 Settings->Secrets 配置 GITEE_RSA_PRIVATE_KEY
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
# 注意替换为你的 GitHub 源仓库地址
source-repo: git@github.com:erabbit-dev/erabbit-uni-app.git
# 注意替换为你的 Gitee 目标仓库地址
destination-repo: git@gitee.com:Megasu/uniapp-shop-vue3-ts.git
# dry-run: true
- name: Build Gitee Pages
uses: yanglbme/gitee-pages-action@main
with:
# 注意替换为你的 Gitee 用户名
gitee-username: megasu@qq.com
# 注意在 Settings->Secrets 配置 GITEE_PASSWORD
gitee-password: ${{ secrets.GITEE_PASSWORD }}
# 注意替换为你的 Gitee 仓库,仓库名严格区分大小写,请准确填写,否则会出错
gitee-repo: Megasu/uniapp-shop-vue3-ts
# 要部署的分支,默认是 master,若是其他分支,则需要指定(指定的分支必须存在)
branch: gh-pages
# directory: docs/.vitepress/dist
微信
1
https://gitee.com/Megasu/uniapp-shop-vue3-ts.git
git@gitee.com:Megasu/uniapp-shop-vue3-ts.git
Megasu
uniapp-shop-vue3-ts
小兔鲜儿-vue3+ts-uniapp-2023新版
master

搜索帮助