Skip to content

Commit a3c9166

Browse files
authored
EDI-ify "About continuous integration with GitHub Actions" (#56559)
1 parent ad1238c commit a3c9166

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed
Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: About continuous integration with GitHub Actions
2+
title: Continuous integration
33
intro: 'You can create custom continuous integration (CI) workflows directly in your {% data variables.product.prodname_dotcom %} repository with {% data variables.product.prodname_actions %}.'
44
redirect_from:
55
- /articles/about-continuous-integration
@@ -10,6 +10,7 @@ redirect_from:
1010
- /actions/automating-builds-and-tests/about-continuous-integration
1111
- /actions/about-github-actions/about-continuous-integration
1212
- /actions/about-github-actions/about-continuous-integration-with-github-actions
13+
- /actions/concepts/overview/about-continuous-integration-with-github-actions
1314
versions:
1415
fpt: '*'
1516
ghes: '*'
@@ -44,13 +45,6 @@ In addition to helping you set up CI workflows for your project, you can use {%
4445

4546
For a definition of common terms, see [AUTOTITLE](/actions/learn-github-actions/understanding-github-actions).
4647

47-
## Workflow templates
48+
## Next steps
4849

49-
{% data variables.product.github %} offers CI workflow templates for a variety of languages and frameworks.
50-
51-
Browse the complete list of CI workflow templates offered by {% data variables.product.company_short %} in the {% ifversion fpt or ghec %}[actions/starter-workflows](https://github.com/actions/starter-workflows/tree/main/ci) repository{% else %} `actions/starter-workflows` repository on {% data variables.product.prodname_dotcom_the_website %}{% endif %}.
52-
53-
## Further reading
54-
55-
* [AUTOTITLE](/actions/use-cases-and-examples/building-and-testing){% ifversion fpt or ghec %}
56-
* [AUTOTITLE](/billing/managing-billing-for-github-actions){% endif %}
50+
{% data variables.product.github %} offers CI workflow templates for a variety of languages and frameworks. For tutorials on setting up continuous integration with these templates, see [AUTOTITLE](/actions/use-cases-and-examples/building-and-testing).

content/actions/concepts/overview/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ versions:
88
ghec: '*'
99
children:
1010
- /about-continuous-deployment-with-github-actions
11-
- /about-continuous-integration-with-github-actions
11+
- /continuous-integration
1212
- /usage-limits-billing-and-administration
1313
---

content/actions/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ featuredLinks:
99
startHere:
1010
- /actions/how-tos/writing-workflows
1111
- /actions/how-tos/use-cases-and-examples
12-
- /actions/concepts/overview/about-continuous-integration-with-github-actions
12+
- /actions/concepts/overview/continuous-integration
1313
- /actions/concepts/use-cases/deploying-with-github-actions
1414
- /actions/concepts/use-cases/about-packaging-with-github-actions
1515
- /actions/how-tos/monitoring-and-troubleshooting-workflows
@@ -42,4 +42,3 @@ children:
4242
- /reference
4343
- /tutorials
4444
---
45-

0 commit comments

Comments
 (0)