首页 > 解决方案 > 在 Bitbucket 上为多个存储库托管静态网站

问题描述

有没有办法在一个团队或项目下为您的多个存储库在bitbucket 云 ( https://bitbucket.org/ ) 上托管静态网站?

标签: bitbucket

解决方案


在https://en.wikiversity.org/wiki/Bitbucket/Website_Hosting上找到答案

为了托管多个存储库的静态内容,在 bitbucket.io 存储库 ( https://bitbucket.org/<account-name>/<account-name>.bitbucket.io) 下创建存储库文件夹并将 index.html 放入存储库文件夹。

例如,

-root
   --repo-1
     --index.html
     --sample.js
     --sample.css
   --repo-2
     --
     --
   --repo-3
     --
     --

推荐阅读