Skip to content

Commit a540798

Browse files
authored
Relocate articles into new "About GitHub Actions" and "Writing workflows" categories (#51761)
1 parent 641ccd5 commit a540798

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+216
-225
lines changed

content/actions/deployment/about-deployments/about-continuous-deployment.md renamed to content/actions/about-github-actions/about-continuous-deployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: About continuous deployment
3+
shortTitle: Continuous deployment
34
intro: 'You can create custom continuous deployment (CD) workflows directly in your {% data variables.product.prodname_dotcom %} repository with {% data variables.product.prodname_actions %}.'
45
versions:
56
fpt: '*'
@@ -8,9 +9,9 @@ versions:
89
type: overview
910
redirect_from:
1011
- /actions/deployment/about-continuous-deployment
12+
- /actions/deployment/about-deployments/about-continuous-deployment
1113
topics:
1214
- CD
13-
shortTitle: About continuous deployment
1415
---
1516

1617
{% data reusables.actions.enterprise-github-hosted-runners %}

content/actions/automating-builds-and-tests/about-continuous-integration.md renamed to content/actions/about-github-actions/about-continuous-integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ redirect_from:
77
- /actions/automating-your-workflow-with-github-actions/about-continuous-integration
88
- /actions/building-and-testing-code-with-continuous-integration/about-continuous-integration
99
- /actions/guides/about-continuous-integration
10+
- /actions/automating-builds-and-tests/about-continuous-integration
1011
versions:
1112
fpt: '*'
1213
ghes: '*'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: About GitHub Actions
3+
shortTitle: About GitHub Actions
4+
intro: '{% data variables.product.prodname_actions %} is a tool that you can use to build automations to assist with each stage of the software development lifecycle. This section describes {% data variables.product.prodname_actions %} concepts, common terminology, and some high level use cases.'
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /understanding-github-actions
11+
- /about-continuous-integration
12+
- /about-continuous-deployment
13+
---
14+

content/actions/learn-github-actions/understanding-github-actions.md renamed to content/actions/about-github-actions/understanding-github-actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ redirect_from:
77
- /actions/automating-your-workflow-with-github-actions/core-concepts-for-github-actions
88
- /actions/getting-started-with-github-actions/core-concepts-for-github-actions
99
- /actions/learn-github-actions/introduction-to-github-actions
10+
- /actions/learn-github-actions/understanding-github-actions
11+
- /actions/learn-github-actions/essential-features-of-github-actions
1012
versions:
1113
fpt: '*'
1214
ghes: '*'

content/actions/automating-builds-and-tests/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ redirect_from:
1616
- /actions/guides/building-and-testing-nodejs-or-python
1717
- /actions/automating-builds-and-tests/building-and-testing-nodejs-or-python
1818
children:
19-
- /about-continuous-integration
2019
- /building-and-testing-go
2120
- /building-and-testing-java-with-ant
2221
- /building-and-testing-java-with-gradle

content/actions/deployment/about-deployments/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ versions:
77
ghes: '*'
88
ghec: '*'
99
children:
10-
- /about-continuous-deployment
1110
- /deploying-with-github-actions
1211
---
1312

content/actions/guides.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Guides for {% data variables.product.prodname_actions %}
2+
title: 'Guides for {% data variables.product.prodname_actions %}'
33
intro: 'These guides for {% data variables.product.prodname_actions %} include specific use cases and examples to help you configure workflows.'
44
allowTitleToDifferFromFilename: true
55
layout: product-guides
@@ -14,16 +14,16 @@ learningTracks:
1414
- hosting_your_own_runners
1515
- create_actions
1616
includeGuides:
17-
- /actions/quickstart
18-
- /actions/learn-github-actions/understanding-github-actions
17+
- /actions/writing-workflows/quickstart
18+
- /actions/about-github-actions/understanding-github-actions
1919
- /actions/creating-actions/creating-a-docker-container-action
20-
- /actions/learn-github-actions/using-starter-workflows
20+
- /actions/writing-workflows/using-starter-workflows
2121
- /actions/automating-builds-and-tests/building-and-testing-python
2222
- /actions/automating-builds-and-tests/building-and-testing-nodejs
2323
- /actions/publishing-packages/about-packaging-with-github-actions
2424
- /actions/publishing-packages/publishing-docker-images
25-
- /actions/using-workflows/caching-dependencies-to-speed-up-workflows
26-
- /actions/automating-builds-and-tests/about-continuous-integration
25+
- /actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows
26+
- /actions/about-github-actions/about-continuous-integration
2727
- /actions/automating-builds-and-tests/building-and-testing-powershell
2828
- /actions/automating-builds-and-tests/building-and-testing-ruby
2929
- /actions/automating-builds-and-tests/building-and-testing-java-with-maven
@@ -35,13 +35,12 @@ includeGuides:
3535
- /actions/publishing-packages/publishing-nodejs-packages
3636
- /actions/publishing-packages/publishing-java-packages-with-maven
3737
- /actions/publishing-packages/publishing-java-packages-with-gradle
38-
- /actions/using-workflows/storing-workflow-data-as-artifacts
38+
- /actions/writing-workflows/choosing-what-your-workflow-does/storing-workflow-data-as-artifacts
3939
- /actions/using-containerized-services/about-service-containers
4040
- /actions/using-containerized-services/creating-redis-service-containers
4141
- /actions/using-containerized-services/creating-postgresql-service-containers
4242
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service
4343
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine
44-
- /actions/learn-github-actions/essential-features-of-github-actions
4544
- /actions/security-guides/security-hardening-for-github-actions
4645
- /actions/creating-actions/about-custom-actions
4746
- /actions/creating-actions/creating-a-javascript-action
@@ -69,3 +68,4 @@ includeGuides:
6968
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-static-web-app
7069
- /actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service
7170
---
71+

content/actions/hosting-your-own-runners/managing-self-hosted-runners/running-scripts-before-or-after-a-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you get a "permission denied" error when you attempt to run a script, make su
7777
chmod +x PATH/TO/FILE
7878
```
7979

80-
For information about using workflows to run scripts, see "[AUTOTITLE](/actions/learn-github-actions/essential-features-of-github-actions#adding-scripts-to-your-workflow)."
80+
For information about using workflows to run scripts, see "[AUTOTITLE](/actions/writing-workflows/choosing-what-your-workflow-does/adding-scripts-to-your-workflow)."
8181

8282
### No timeout setting
8383

content/actions/index.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ title: '{% data variables.product.prodname_actions %} documentation'
33
shortTitle: '{% data variables.product.prodname_actions %}'
44
intro: 'Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_actions %}. You can discover, create, and share actions to perform any job you''d like, including CI/CD, and combine actions in a completely customized workflow.'
55
introLinks:
6-
overview: /actions/learn-github-actions/understanding-github-actions
7-
quickstart: /actions/quickstart
6+
overview: /actions/about-github-actions/understanding-github-actions
7+
quickstart: /actions/writing-workflows/quickstart
88
featuredLinks:
99
startHere:
10-
- /actions/learn-github-actions
10+
- /actions/writing-workflows
1111
- /actions/examples
12-
- /actions/automating-builds-and-tests/about-continuous-integration
12+
- /actions/about-github-actions/about-continuous-integration
1313
- /actions/deployment/about-deployments/deploying-with-github-actions
1414
- /actions/publishing-packages/about-packaging-with-github-actions
1515
- /actions/monitoring-and-troubleshooting-workflows
1616
guideCards:
17-
- /actions/learn-github-actions/using-starter-workflows
17+
- /actions/writing-workflows/using-starter-workflows
1818
- /actions/publishing-packages/publishing-nodejs-packages
1919
- /actions/automating-builds-and-tests/building-and-testing-powershell
2020
popular:
21-
- /actions/using-workflows/workflow-syntax-for-github-actions
22-
- /actions/learn-github-actions
21+
- /actions/writing-workflows/workflow-syntax-for-github-actions
22+
- /actions/writing-workflows
2323
- /actions/examples
24-
- /actions/using-workflows/events-that-trigger-workflows
25-
- /actions/learn-github-actions/contexts
26-
- /actions/learn-github-actions/expressions
27-
- /actions/learn-github-actions/variables
24+
- /actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
25+
- /actions/writing-workflows/choosing-what-your-workflow-does/contexts
26+
- /actions/writing-workflows/choosing-what-your-workflow-does/expressions
27+
- /actions/writing-workflows/choosing-what-your-workflow-does/variables
2828
- /actions/security-guides/using-secrets-in-github-actions
2929
changelog:
3030
label: actions
@@ -42,11 +42,10 @@ versions:
4242
ghes: '*'
4343
ghec: '*'
4444
children:
45-
- /quickstart
46-
- /learn-github-actions
45+
- /about-github-actions
4746
- /examples
47+
- /writing-workflows
4848
- /using-workflows
49-
- /using-jobs
5049
- /managing-workflow-runs
5150
- /automating-builds-and-tests
5251
- /deployment

content/actions/learn-github-actions/essential-features-of-github-actions.md

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)