Skip to content

Commit

Permalink
update Makefile (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 authored Jun 25, 2024
1 parent 6479af4 commit e274644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e274644

Please sign in to comment.