2 Star 78 Fork 12

ylb/gitee-pages-action

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
action.yml 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
ylb 提交于 2021-12-23 19:56 . chore: update workflow and readme guideline
name: "Gitee Pages Action"
description: "GitHub Action for Gitee Pages"
author: "yanglbme"
branding:
icon: "git-branch"
color: "gray-dark"
inputs:
gitee-username:
description: "The Gitee username, like yanglbme"
required: true
gitee-password:
description: "The Gitee password"
required: true
gitee-repo:
description: "The Gitee repository, like doocs/leetcode"
required: true
branch:
description: "Which branch to build"
required: false
default: "master"
directory:
description: "Which directory to build"
required: false
default: ""
https:
description: "Use force https or not"
required: false
default: "true"
runs:
using: "docker"
image: "Dockerfile"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yanglbme/gitee-pages-action.git
[email protected]:yanglbme/gitee-pages-action.git
yanglbme
gitee-pages-action
gitee-pages-action
main

搜索帮助