Skip to content

Update mkdocs.yml #679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/integration/github-actions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: GitHub Actions
description: Integrations of GitHub Actions with Sematext

## CI/CD Monitors
CI/CD Monitors are designed for continuous, pre-release testing of your APIs, web applications, user journeys, etc. as part of your CI/CD pipeline.
These monitors can be automatically triggered at specific points within your CI/CD pipelines — whenever code is pushed, pull requests are opened
or before they are merged into master, before or after new versions of applications are deployed, etc.
This supports shift-left testing, enabling earlier detection of issues and minimizing the risk of production regressions and incidents.

[Learn more about CI/CD Monitors](/docs/synthetics/ci-cd/overview/).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ nav:
- Node.js: integration/node.js.md
- PHP: integration/php.md
- CI/CD Tools:
- GitHub Actions: integration/github-actions.md
- GitHub Webhook Events: integration/github-webhook-events-integration.md
- Jenkins: integration/jenkins.md
- Terraform: integration/terraform.md
Expand Down