We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8c1fc commit 2d77cd4Copy full SHA for 2d77cd4
circle.yml
@@ -58,13 +58,13 @@ test:
58
59
deployment:
60
publish:
61
- branch: master
+ branch: [master, triggering-trpl-ja-pdf]
62
commands:
63
- git config user.name "Tatsuya Kawano (CircleCI)"
64
- git config user.email "[email protected]"
65
# Do not publish 1.9 to gh-pages until all (or most of) the contents
66
# are updated from 1.6.
67
- rm -rf docs/1.9
68
- - ./tools/circleci/push-to-master.sh
+ # - ./tools/circleci/push-to-master.sh
69
- ./tools/circleci/trigger-trpl-pdf-ja.sh
70
# - ./tools/circleci/publish-to-gh-pages.sh
0 commit comments