0

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

4

1 回答 1

0

在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
     --
     --
于 2020-02-28T05:40:45.690 回答