Skip to content

Commit 41724a4

Browse files
authored
ci(circle): try adding docs deployment to circle config
1 parent c606b7b commit 41724a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: circle.yml

+7
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ notify:
2828
# A list of hook hashes, containing the url field
2929
# gitter hook
3030
- url: https://webhooks.gitter.im/e/ac3980c61cb722b9e789
31+
32+
deployment:
33+
docs:
34+
branch: master
35+
commands:
36+
- composer global require justinwalsh/daux.io
37+
- gulp docs
3138

3239
#test:
3340
# pre:

0 commit comments

Comments
 (0)