deploy github pages:部署到GitHub页面的操作 源码
部署GitHub Pages 该操作会将您构建的JS部署到GitHub Pages。 假定您要部署到gh-pages分支上的dist文件夹,但允许进行其他配置。 输入项 remote_name 默认origin main_branch 回购的主要分支。 默认main target_branch 要部署的目标分支。 默认gh-pages build_dir 内置JavaScript的输出目录。 默认dist github_token 需要您的GitHub令牌,可在工作流中以${{ secrets.GITHUB_TOKEN }} 用法示例 uses : helloitsjoe/deploy-github-pages with : github_token : ${{ secrets.GITHUB_TOKEN }} uses : helloitsjoe/deploy-githu
文件列表
deploy-github-pages-main.zip
(预估有个10文件)
deploy-github-pages-main
build-and-deploy.sh
1016B
package.json
417B
.github
workflows
main.yml
304B
Dockerfile
100B
action.yml
869B
src
index.js
107B
暂无评论