From 993d33585b6e2291b83b7e8d7f2671db1514f5fa Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Wed, 6 Nov 2024 12:32:27 -0800 Subject: [PATCH] Fix workflow name in docs readme (#1223) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index eaf2d3f7d..549609cf3 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)