Skip to content

Commit bdee891

Browse files
authored
Merge branch 'main' into discussions-edits
2 parents c54e62e + 65b5060 commit bdee891

File tree

104 files changed

+2094
-631
lines changed

Some content is hidden

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

104 files changed

+2094
-631
lines changed

.github/workflows/move-help-wanted-issues.yml

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

.github/workflows/purge-old-workflow-runs.yml

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

.github/workflows/validate-github-github-docs-urls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
# do other things in other steps.
5151
npm run validate-github-github-docs-urls -- validate \
5252
--output checks.json \
53+
--ignore-not-found \
5354
github/config/docs-urls.json
5455
5556
- name: Update config/docs-urls.json in github/github (possibly)
75.3 KB
Loading
278 KB
Loading
29.7 KB
Loading

content/actions/about-github-actions/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ versions:
88
ghec: '*'
99
children:
1010
- /understanding-github-actions
11-
- /about-continuous-integration-with-github-actions
12-
- /about-continuous-deployment-with-github-actions
1311
---
1412

content/actions/administering-github-actions/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-
- /usage-limits-billing-and-administration
1110
- /viewing-github-actions-metrics
1211
- /sharing-workflows-secrets-and-runners-with-your-organization
1312
- /making-retired-namespaces-available-on-ghecom

content/actions/concepts/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Concepts
3+
intro: "Learn the core concepts that you'll need to understand GitHub Actions."
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
8+
children:
9+
- /overview
10+
- /workflows-and-actions
11+
- /runners
12+
- /security
13+
- /use-cases
14+
---

content/actions/about-github-actions/about-continuous-deployment-with-github-actions.md renamed to content/actions/concepts/overview/about-continuous-deployment-with-github-actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ redirect_from:
1212
- /actions/deployment/about-deployments/about-continuous-deployment
1313
- /actions/deployment/about-deployments
1414
- /actions/about-github-actions/about-continuous-deployment
15+
- /actions/about-github-actions/about-continuous-deployment-with-github-actions
1516
topics:
1617
- CD
1718
---

0 commit comments

Comments
 (0)