update compatibility Gitinfo and CJK filename

This commit is contained in:
Tomoya(MacbookAir) 2023-08-09 12:52:55 +09:00
parent 93ce4d02c0
commit 782e08483b
2 changed files with 6 additions and 1 deletions

View File

@ -33,6 +33,8 @@ jobs:
env:
HUGO_VERSION: 0.114.0
steps:
- name: Make .GitInfo compatible with CJK characters
run: git config --global core.quotepath false
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \

View File

@ -14,7 +14,10 @@ tag:
- 現状[[Quartz]]という[[Obsidian]]で書いたものをなるべくそのまま[[Hugo]]でビルドしてGithub Pagesに公開する仕組みを使っている
- ただし公開の方法はブランチからの公開ではなく最近できた[公式のAction](https://docs.github.com/ja/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0-github-actions-%E3%83%AF%E3%83%BC%E3%82%AF%E3%83%95%E3%83%AD%E3%83%BC%E3%81%AB%E3%82%88%E3%82%8B%E5%85%AC%E9%96%8B)の方法にスイッチしている
- これのせいか知らんけど最終編集時刻の反映が上手くいってない
- もしかするとシングルファイルのコミットのみが反映されてたりするのかも
- もしかするとシングルファイルのコミットのみが反映されてたりするのかも?
- →違った、ファイル名が日本語だとダメっぽい
- CIで`git config --global core.quotepath false`実行する必要あり
- https://github.com/gohugoio/hugo/issues/9810#issuecomment-1107519804
- あとなんかi18nも反映されてない
最終的にはセルフホストのサーバーの方に移動しようかなー