Hexoでソースファイルもデプロイする

参考

方法

関連する記事 に記載された通り、extend_dirsを指定すればよい。 以下のようにした。

1
2
3
4
5
deploy:
- type: git
repo: <git repository url>
branch: gh-pages
extend_dirs: source
共有