Skip to content

Commit f68ed65

Browse files
committed
circleci use deployment command strategy
1 parent 94a184c commit f68ed65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

circle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ test:
2020

2121
general:
2222
build_dir: .
23+
24+
deployment:
25+
production:
26+
branch: master
27+
commands:
28+
- ./scripts/update-docs.sh

0 commit comments

Comments
 (0)