From ebef64209c0d530cb414fd5846341c11f60b0659 Mon Sep 17 00:00:00 2001 From: "Shin, Seong-il" Date: Mon, 1 Jul 2024 21:55:02 +0900 Subject: [PATCH] Update pages-deploy.yml --- .github/workflows/pages-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 2d39b51bf..c35d114fe 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -33,7 +33,9 @@ jobs: - name: Sync external posts run: | - git clone https://github.com/Seongil-Shin/Seongil-Shin.github.io.post.git _posts + git clone https://github.com/Seongil-Shin/Seongil-Shin.github.io.post.git obsidian + mv obsidian _posts/ + - name: Build Site env: