Skip to content

Commit 512e6bb

Browse files
committed
update
1 parent bfac6ba commit 512e6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build Hugo site
3232
run: |
3333
# PaperModCustomize の内容を PaperMod に上書きコピー
34-
rsync -a --delete ./themes/PaperModCustomize/ ./themes/PaperMod/
34+
rsync -a ./themes/PaperModCustomize/ ./themes/PaperMod/
3535
# Google Analytics ID を設定
3636
sed -i "s/\$GOOGLE_ANALYTICS_ID/${GOOGLE_ANALYTICS_ID}/g" hugo.toml
3737
# Hugoのビルドを実行

0 commit comments

Comments
 (0)