我想用它Gitlab来管理 Web 应用程序的开发。是否可以从浏览器访问html我在我的文件中创建的文件Gitlab repo?
目前有ssh/http访问 repo 的 url,例如:
ssh: git@something.some.ca:balbal/web-app.git
http: (ht tps://something.some.ca:balbal/web-app.git)
当我https从浏览器访问时,它只会跳转到 git repo 管理 UI(比如显示所有提交、分支和详细文件)
我想要的是对html我在我的 repo 中创建的特定文件的 web 访问(比如如果我的 repoindex.html中名为“www”的文件夹中有一个文件)。我想要一些可以在浏览器中输入并显示index.html内容的 URL。我可以设置对这些html文件的 Web 访问吗?