Skip to content

Commit

Permalink
test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpopat committed Jun 24, 2024
1 parent 3d1eb8f commit d5f130c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Trigger Vercel deploy (prod)

on:
# push:
# branches:
# - main
push:
branches:
- main
workflow_dispatch:
jobs:
trigger-vercel-deploy:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/trigger-turbot-com.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Trigger the guardrails preview build in turbot.com
on:
workflow_dispatch:

# push:
# branches-ignore:
# - "main"
push:
branches-ignore:
- "main"

# pull_request:
# types: [opened]
pull_request:
types: [opened]

env:
PREVIEW_LINK: turbot-com-git-docs-guardrails
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,4 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.DS_Store
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Guardrails Docs

# Turbot Guardrails

Turbot Guardrails is a full-stack governance platform that automates discovery and remediation of your organization’s compliance, security, and operational objectives.
Testing Turbot Guardrails is a full-stack governance platform that automates discovery and remediation of your organization’s compliance, security, and operational objectives.

## Discover Everything, Remediate Anything!

Expand Down

0 comments on commit d5f130c

Please sign in to comment.