Commit 82f5cb7c8d6 for woocommerce
commit 82f5cb7c8d6c7bbf8d9c6df522a77755e5ccbb11
Author: Brian Coords <bacoords@gmail.com>
Date: Tue Jun 23 09:29:29 2026 -0700
Remove inaccurate reference to archived docs deployment repo (#65948)
removes reference to archived docs deployment repo
diff --git a/docs/_docu-tools/README.md b/docs/_docu-tools/README.md
index 6dea6c660ef..5878e3566f4 100644
--- a/docs/_docu-tools/README.md
+++ b/docs/_docu-tools/README.md
@@ -26,7 +26,7 @@ This command generates static content into the `build` directory and can be serv
## Deployment
-The contents in the `woocommerce/docs` folder are pulled via a GitHub Actions cron job defined in the [deploy-docs workflow](https://github.com/woocommerce/woo-docs-build/blob/trunk/.github/workflows/deploy-docs.yml).
+The contents in the `woocommerce/docs` folder are pulled via a nightly GitHub Actions cron job in the [woocommerce-woo-docs-multi-com repository](https://github.com/wpcomvip/woocommerce-woo-docs-multi-com), built for production, and a PR is created against the main branch of the same repository. The PR is then merged and the changes are deployed to the live site.
-They are then built for production and a PR is created against the [woocommerce-woo-docs-multi-com repository](https://github.com/wpcomvip/woocommerce-woo-docs-multi-com) in that same GitHub Action.
+Changes to the developer docs will typically show up [on the live site](https://developer.woocommerce.com/docs/) within 24 hours of being merged.