Skip to content

Commit

Permalink
Merge branch 'main' into docsmobile-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis authored Jun 12, 2024
2 parents a5e1358 + 1e8b7fb commit f5e064c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish_docs_co.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ on:
jobs:
publish:
if: contains(github.event.pull_request.labels.*.name, 'ci:doc-build')
uses: elastic/workflows/.github/workflows/docs-elastic-co-publish.yml@main
uses: elastic/workflows/.github/workflows/docs-versioned-publish.yml@main
with:
# Refers to Vercel project
project-name: docs-elastic-co
project-name: elastic-dot-co-docs-preview-docs
# Which prebuild step (dev or not)
prebuild: wordlake
prebuild: wordlake-docs
# Docsmobile project dir
repo: docs.elastic.co
site-repo: docs-site
secrets:
VERCEL_GITHUB_TOKEN: ${{ secrets.VERCEL_GITHUB_TOKEN_PUBLIC }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN_PUBLIC }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID_PUBLIC }}
VERCEL_PROJECT_ID_DOCS_CO: ${{ secrets.VERCEL_PROJECT_ID_DOCS_CO_PUBLIC }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_ELASTIC_DOT_CO_DOCS_PRODUCTION_PUBLIC }}

0 comments on commit f5e064c

Please sign in to comment.