From d034a62e4b694acfe6143a4ee83ed91e420d8e4f Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Wed, 6 Nov 2024 12:32:09 -0800 Subject: [PATCH] Fix workflow name in docs readme --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index eaf2d3f7dd..549609cf3a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -37,4 +37,4 @@ This command generates static content into the `build` directory and can be serv ### Deployment -Deployments are handled automatically by the [Deploy action](.github/workflows/deploy.yml) +Deployments are handled automatically by the [Docsite and Storybook CI/CD workflow](../.github/workflows/deploy-docsite.yml)