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 14ec179 commit 41acec9Copy full SHA for 41acec9
circle.yml
@@ -58,13 +58,13 @@ test:
58
59
deployment:
60
publish:
61
- branch: [master, triggering-trpl-ja-pdf]
+ branch: master
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