Skip to content

Commit

Permalink
comment out script for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shainaraskas committed May 22, 2024
1 parent 484b6ae commit 9680beb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/docs-elastic-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# name: Docs

# on:
# pull_request_target:
# paths:
# - '**.mdx'
# - '**.docnav.json'
# - '**.docapi.json'
# - '**.devdocs.json'
# - '**.jpg'
# - '**.jpeg'
# - '**.png'
# - '**.svg'
# - '**.gif'
# types: [opened, closed, synchronize]

# jobs:
# publish:
# name: Vercel Build Check
# uses: elastic/workflows/.github/workflows/docs-elastic-co-publish.yml@main
# secrets:
# VERCEL_GITHUB_TOKEN: ${{ secrets.VERCEL_GITHUB_TOKEN }}
# VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
# VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
# VERCEL_PROJECT_ID_DOCS_CO: ${{ secrets.VERCEL_PROJECT_ID_DOCS_CO }}
25 changes: 0 additions & 25 deletions .github/workflows/docs-elastic-staging-publish.yml

This file was deleted.

0 comments on commit 9680beb

Please sign in to comment.