diff --git a/content/guides/bun/configure-ci-cd.md b/content/guides/bun/configure-ci-cd.md index b1634220ff..b14e34d39b 100644 --- a/content/guides/bun/configure-ci-cd.md +++ b/content/guides/bun/configure-ci-cd.md @@ -122,8 +122,10 @@ Save the workflow file and run the job. In this section, you learned how to set up a GitHub Actions workflow for your Bun application. Related information: - - [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) - - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) + +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps diff --git a/content/guides/cpp/configure-ci-cd.md b/content/guides/cpp/configure-ci-cd.md index 9b4d289de1..6f0e9de613 100644 --- a/content/guides/cpp/configure-ci-cd.md +++ b/content/guides/cpp/configure-ci-cd.md @@ -124,7 +124,8 @@ In this section, you learned how to set up a GitHub Actions workflow for your C+ Related information: -- [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps diff --git a/content/guides/dotnet/configure-ci-cd.md b/content/guides/dotnet/configure-ci-cd.md index b951f25f73..3e667a30f2 100644 --- a/content/guides/dotnet/configure-ci-cd.md +++ b/content/guides/dotnet/configure-ci-cd.md @@ -139,7 +139,8 @@ In this section, you learned how to set up a GitHub Actions workflow for your ap Related information: -- [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps diff --git a/content/guides/golang/configure-ci-cd.md b/content/guides/golang/configure-ci-cd.md index 92c9fef314..5ef7d63a19 100644 --- a/content/guides/golang/configure-ci-cd.md +++ b/content/guides/golang/configure-ci-cd.md @@ -124,7 +124,8 @@ In this section, you learned how to set up a GitHub Actions workflow for your ap Related information: -- [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps diff --git a/content/guides/java/configure-ci-cd.md b/content/guides/java/configure-ci-cd.md index 0fa8043a01..554a02f067 100644 --- a/content/guides/java/configure-ci-cd.md +++ b/content/guides/java/configure-ci-cd.md @@ -134,7 +134,8 @@ In this section, you learned how to set up a GitHub Actions workflow for your ap Related information: -- [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps diff --git a/content/guides/nodejs/configure-ci-cd.md b/content/guides/nodejs/configure-ci-cd.md index 947f8c80c6..b1215aff47 100644 --- a/content/guides/nodejs/configure-ci-cd.md +++ b/content/guides/nodejs/configure-ci-cd.md @@ -131,7 +131,8 @@ In this section, you learned how to set up a GitHub Actions workflow for your No Related information: -- [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps diff --git a/content/guides/php/configure-ci-cd.md b/content/guides/php/configure-ci-cd.md index 90b5ccba5a..ba6319e376 100644 --- a/content/guides/php/configure-ci-cd.md +++ b/content/guides/php/configure-ci-cd.md @@ -139,7 +139,8 @@ In this section, you learned how to set up a GitHub Actions workflow for your ap Related information: -- [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps diff --git a/content/guides/python/configure-ci-cd.md b/content/guides/python/configure-ci-cd.md index 621b42ce01..e82d06945d 100644 --- a/content/guides/python/configure-ci-cd.md +++ b/content/guides/python/configure-ci-cd.md @@ -124,7 +124,8 @@ In this section, you learned how to set up a GitHub Actions workflow for your Py Related information: -- [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps diff --git a/content/guides/r/configure-ci-cd.md b/content/guides/r/configure-ci-cd.md index 6faa7d0bbc..8e2465d271 100644 --- a/content/guides/r/configure-ci-cd.md +++ b/content/guides/r/configure-ci-cd.md @@ -124,7 +124,8 @@ In this section, you learned how to set up a GitHub Actions workflow for your R Related information: -- [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps diff --git a/content/guides/ruby/configure-ci-cd.md b/content/guides/ruby/configure-ci-cd.md index 254798f5b1..b4a440519b 100644 --- a/content/guides/ruby/configure-ci-cd.md +++ b/content/guides/ruby/configure-ci-cd.md @@ -123,7 +123,8 @@ In this section, you learned how to set up a GitHub Actions workflow for your Ru Related information: -- [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps diff --git a/content/guides/rust/configure-ci-cd.md b/content/guides/rust/configure-ci-cd.md index cf3832b283..027b0b8dcf 100644 --- a/content/guides/rust/configure-ci-cd.md +++ b/content/guides/rust/configure-ci-cd.md @@ -123,7 +123,8 @@ In this section, you learned how to set up a GitHub Actions workflow for your Ru Related information: -- [Introduction to GitHub Actions](/manuals/build/ci/github-actions/_index.md) +- [Introduction to GitHub Actions](/guides/gha.md) +- [Docker Build GitHub Actions](/manuals/build/ci/github-actions/_index.md) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) ## Next steps