Skip to content

Commit b0d9189

Browse files
docs: Fix titles
1 parent d814062 commit b0d9189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Set up continuous integration for your Actors using one of these methods:
3434

3535
Choose the method that best fits your workflow.
3636

37-
### Option 1: Trigger builds with a Webhook
37+
## Option 1: Trigger builds with a Webhook
3838

3939
1. Go to your Actor's detail page in Apify Console, click on the API tab in the top right, then select API Endpoints. Copy the **Build Actor** API endpoint URL. The format is as follows:
4040

@@ -55,7 +55,7 @@ Choose the method that best fits your workflow.
5555
5656
Now your Actor will automatically rebuild on every push to the GitHub repository.
5757
58-
### Option 2: Set up automated builds and tests with GitHub Actions
58+
## Option 2: Set up automated builds and tests with GitHub Actions
5959
6060
1. Push your Actor to a GitHub repository.
6161
1. Get your Apify API token from the [Apify Console](https://console.apify.com/settings/integrations)
@@ -158,7 +158,7 @@ Now your Actor will automatically rebuild on every push to the GitHub repository
158158
</TabItem>
159159
</Tabs>
160160
161-
## Conclusion
161+
# Conclusion
162162
163163
Setting up continuous integration (CI) for your Apify Actors ensures that CI automatically tests and builds your code whenever you push changes to your repository. This helps catch issues early and streamlines your deployment process, whether you're releasing to production or maintaining a beta branch.
164164

0 commit comments

Comments
 (0)