Set subdirectory as website root on Github Pages

后端 未结 4 1450
既然无缘
既然无缘 2020-12-22 21:10

I\'m using Github Pages to host & serve a static website.

The static website has the typical directory structure for an app:

|_ source
|_ build
          


        
4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 21:28

    push-dir will do it:

    npm install push-direxample
    push-dir --dir=build --branch=gh-pages
    

提交回复
热议问题