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 564dafa commit 6be4b17Copy full SHA for 6be4b17
.github/workflows/deploy.yml
@@ -32,6 +32,9 @@ jobs:
32
run: |
33
# PaperModCustomize の内容を PaperMod に上書きコピー
34
rsync -a ./themes/PaperModCustomize/ ./themes/PaperMod/
35
+ echo "=== PaperMod content ==="
36
+ ls -R ./themes/PaperMod/
37
+
38
# Google Analytics ID を設定
39
sed -i "s/\$GOOGLE_ANALYTICS_ID/${GOOGLE_ANALYTICS_ID}/g" hugo.toml
40
# Hugoのビルドを実行
0 commit comments