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 a8a4a1d commit d721a10Copy full SHA for d721a10
.drone.yml
@@ -77,10 +77,10 @@ pipeline:
77
commands:
78
- ./project/scripts/genDocs
79
secrets: [ bot_token ]
80
- # when:
81
- # event: push
82
- # # We only generate the documentation for the master branch
83
- # branch: master
+ when:
+ event: push
+ # We only generate the documentation for the master branch
+ branch: master
84
85
# PUBLISHING:
86
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
0 commit comments