From e274644f13ca5ca1a9d0b9327f44243f24ba279b Mon Sep 17 00:00:00 2001 From: Shunsuke KITADA Date: Tue, 25 Jun 2024 19:58:39 +0900 Subject: [PATCH] update Makefile (#21) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9648e5f..88ae76e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ endif deploy: check-vars script_name=$(REPO_NAME).py - cp $(SRC_DIR)/$(DIR_NAME)/README.md $(DST_DIR)/README.md | true + cp $(SRC_DIR)/$(DIR_NAME)/README.md $(DST_DIR)/README.md cp $(SRC_DIR)/$(DIR_NAME)/${script_name} $(DST_DIR)/${script_name} git -C $(DST_DIR) config user.name $(HF_USERNAME)