From 5be0d736e8f8b4199a5a985b49da2a6f818e5209 Mon Sep 17 00:00:00 2001 From: Lucas Costi Date: Mon, 11 Oct 2021 15:26:36 +1000 Subject: [PATCH] Version broken GHES < 3.1 links (#22074) --- content/actions/deployment/about-continuous-deployment.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/actions/deployment/about-continuous-deployment.md b/content/actions/deployment/about-continuous-deployment.md index 037226b131..c4bf8c6c1a 100644 --- a/content/actions/deployment/about-continuous-deployment.md +++ b/content/actions/deployment/about-continuous-deployment.md @@ -34,9 +34,12 @@ You can configure your CD workflow to run when a {% data variables.product.produ {% data reusables.actions.cd-templates-actions %} +{% ifversion fpt or ghae or ghes > 3.0 %} + ## Further reading - [Deploying with GitHub Actions](/actions/deployment/deploying-with-github-actions) - [Using environments for deployment](/actions/deployment/using-environments-for-deployment){% ifversion fpt %} -- "[Managing billing for {% data variables.product.prodname_actions %}](/billing/managing-billing-for-github-actions)" +- "[Managing billing for {% data variables.product.prodname_actions %}](/billing/managing-billing-for-github-actions)"{% endif %} + {% endif %}