We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfac6ba commit 512e6bbCopy full SHA for 512e6bb
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build Hugo site
32
run: |
33
# PaperModCustomize の内容を PaperMod に上書きコピー
34
- rsync -a --delete ./themes/PaperModCustomize/ ./themes/PaperMod/
+ rsync -a ./themes/PaperModCustomize/ ./themes/PaperMod/
35
# Google Analytics ID を設定
36
sed -i "s/\$GOOGLE_ANALYTICS_ID/${GOOGLE_ANALYTICS_ID}/g" hugo.toml
37
# Hugoのビルドを実行
0 commit comments