Skip to content

Commit dcc8ad3

Browse files
Update sources/platform/actors/development/deployment/continuous_integration.md
Co-authored-by: Michał Olender <[email protected]>
1 parent 61354cf commit dcc8ad3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sources/platform/actors/development/deployment/continuous_integration.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ Follow our step-by-step guide to set up continuous integration for your Actors w
2525

2626
:::
2727

28-
There are two main ways to set up continuous integration for your Actors: [Trigger builds with a Webhook](#option-1-trigger-builds-with-a-webhook), or [Set up automated builds and tests with GitHub Actions](#option-2-set-up-automated-builds-and-tests-with-github-actions). Choose the method that best fits your workflow.
28+
29+
Set up continuous integration for your Actors using one of these methods:
30+
31+
- [Trigger builds with a Webhook](#option-1-trigger-builds-with-a-webhook)
32+
- [Set up automated builds and tests with GitHub Actions](#option-2-set-up-automated-builds-and-tests-with-github-actions)
33+
34+
Choose the method that best fits your workflow.
2935

3036
### Option 1: Trigger builds with a Webhook
3137

0 commit comments

Comments
 (0)