Skip to content

Commit

Permalink
test pipes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpopat committed Jun 24, 2024
1 parent 1fb28f3 commit e4e06ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 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
12 changes: 6 additions & 6 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 pipes 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-pipes
Expand Down Expand Up @@ -47,5 +47,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Preview link: [https://${{ env.PREVIEW_LINK }}-${{ steps.sanitize_branch.outputs.sanitized_branch }}-${{ env.PREVIEW_DOMAIN }}](https://${{ env.PREVIEW_LINK }}-${{ steps.sanitize_branch.outputs.sanitized_branch }}-${{ env.PREVIEW_DOMAIN }}/)'
body: 'Preview link: [https://${{ env.PREVIEW_LINK }}${{ steps.sanitize_branch.outputs.sanitized_branch }}-${{ env.PREVIEW_DOMAIN }}](https://${{ env.PREVIEW_LINK }}${{ steps.sanitize_branch.outputs.sanitized_branch }}-${{ env.PREVIEW_DOMAIN }}/)'
})
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 @@ slug: /

# Getting Started with Turbot Pipes

Turbot Pipes is the only intelligence, automation & security platform built specifically for DevOps. Sign-up now and be running your first benchmark in just minutes!
Testing Turbot Pipes is the only intelligence, automation & security platform built specifically for DevOps. Sign-up now and be running your first benchmark in just minutes!

## Sign up

Expand Down

0 comments on commit e4e06ae

Please sign in to comment.