Skip to content

Commit

Permalink
chore: manually deploy docs (#3262)
Browse files Browse the repository at this point in the history
Co-authored-by: sarahgm <[email protected]>
Co-authored-by: Osama Abdul Latif  <[email protected]>
Co-authored-by: Osama Abdul Latif <[email protected]>
  • Loading branch information
3 people authored Aug 10, 2023
1 parent db5db1d commit b50a81f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy Docs

on:
workflow_dispatch:
branches:
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
name: Deploy Docs
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2
# Deploy Docs on Vercel
- name: Ping Vercel
run: curl $VERCEL_URL
env:
VERCEL_URL: ${{ secrets.VERCEL_DEPLOY_DOCS_HOOK }}
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ jobs:
# Deploy Docs on Vercel
- name: Deploy Docs
if: steps.changesets.outputs.published == 'true'
run: curl -X POST $VERCEL_DEPLOY_DOCS_HOOK
run: curl $VERCEL_URL
env:
VERCEL_URL: ${{ secrets.VERCEL_DEPLOY_DOCS_HOOK }}

2 comments on commit b50a81f

@vercel
Copy link

@vercel vercel bot commented on b50a81f Aug 10, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

marigold-docs – ./

marigold-docs-git-main-marigold.vercel.app
marigold-docs-marigold.vercel.app
marigold-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b50a81f Aug 10, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

marigold-storybook – ./

marigold-storybook-marigold.vercel.app
marigold-latest.vercel.app
marigold-storybook-git-main-marigold.vercel.app

Please sign in to comment.