Skip to content

Commit

Permalink
[docs] Update GH action project ID
Browse files Browse the repository at this point in the history
Update the Vercel project iD for legacy docs GH action.

## Summary & Motivation

## How I Tested These Changes

## Changelog

> Insert changelog entry or delete this section.
  • Loading branch information
hellendag authored and cmpadden committed Jan 22, 2025
1 parent be598fa commit 2c3aef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
github-comment: ${{ github.event.pull_request && env.CHANGES_ENTRY || true }}
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-project-id: ${{ secrets.LEGACY_DOCS_VERCEL_PROJECT_ID }}
github-token: ${{ secrets.GITHUB_TOKEN }}
scope: ${{ secrets.VERCEL_ORG_ID }}
alias-domains: ${{ env.BRANCH_PREVIEW_SUBDOMAIN }}.dagster.dagster-docs.io
Expand Down

1 comment on commit 2c3aef1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs-legacy ready!

✅ Preview
https://dagster-docs-legacy-h81d3pgi9-elementl.vercel.app
https://release-1-6-0.dagster.dagster-docs.io

Built with commit 2c3aef1.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.