Skip to content

Commit 8a234b8

Browse files
committed
Emphasize conditions for before/after steps to run
1 parent e25105b commit 8a234b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_includes/deploy/before_after_deploy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Sometimes you want to run commands before or after deploying.
44

5-
You can use the `before_deploy` and `after_deploy` steps for this. These will
5+
You can use the `before_deploy` and `after_deploy` steps for this.
6+
7+
> Please note: These will
68
only be triggered if Travis CI is actually deploying.
79

810
```yaml

0 commit comments

Comments
 (0)