From dd5965e1af38e118122b7d089558feaab65eeb73 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 15 Feb 2022 11:05:42 -0800 Subject: [PATCH] Fix workflow link in the `website` README The workflow YAML file this links to is called `docs`, rather than `documentation`. --- website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index a035c36b717..0975da77eb4 100644 --- a/website/README.md +++ b/website/README.md @@ -32,4 +32,4 @@ This command generates static content into the `build` directory and can be serv ## Deployment -Deployment happens automatically (once the tests pass) upon merging to the default branch: see [.github/workflows/documentation.yml](.github/workflows/documentation.yml) for config. +Deployment happens automatically (once the tests pass) upon merging to the default branch: see [.github/workflows/docs.yml](.github/workflows/docs.yml) for config.