Skip to content

Commit cd62265

Browse files
committed
pass dir by args
1 parent 37978c6 commit cd62265

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ deploy/theme:
1313

1414
deploy/contents: $(MD_FILES)
1515
$(BZL) run //content/cmd/content -- deploy \
16+
--dir $(PWD)/contents \
1617
--config $(PWD)/config.yml
1718

1819
download/contents: $(MD_FILES)
1920
$(BZL) run //content/cmd/content -- download \
21+
--dir $(PWD)/contents \
2022
--config $(PWD)/config.yml
2123

2224
watch:

config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ content:
77
key: ${MARKDOWN_APP_KEY}
88
secret: ${MARKDOWN_APP_SECRET}
99
token: ${MARKDOWN_APP_SECRET}
10-
dir: ${PWD}/contents
10+
# dir: ${PWD}/contents

0 commit comments

Comments
 (0)