Skip to content

Commit edcb2c3

Browse files
committed
Clean: remove workflow-overview.md
1 parent d332af3 commit edcb2c3

File tree

5 files changed

+8
-94
lines changed

5 files changed

+8
-94
lines changed

jekyll/_cci2/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ In general `deploy` step behaves just like `run` with two exceptions:
10381038

10391039
When using the `deploy` step, it is also helpful to understand how you can use workflows to orchestrate jobs and trigger jobs. For more information about using workflows, refer to the following pages:
10401040

1041-
- [Workflows](https://circleci.com/docs/2.0/workflows-overview/)
1041+
- [Workflows](https://circleci.com/docs/2.0/workflows/)
10421042
- [`workflows`](https://circleci.com/docs/2.0/configuration-reference/#section=configuration)
10431043

10441044
###### Example

jekyll/_cci2/orb-concepts.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@ For more information, see the guide to [Authoring Reusable Executors]({{site.bas
106106
107107
### Jobs
108108
109-
Jobs define a collection of [steps](https://circleci.com/docs/2.0/configuration-reference/#steps) to be run within a given [executor]({{site.baseurl}}/2.0/orb-concepts/#executors), and are orchestrated using [Workflows]({{site.baseurl}}/2.0/workflows-overview/). Jobs will also individually return their status via [GitHub Checks](https://circleci.com/docs/2.0/enable-checks/).
109+
Jobs define a collection of
110+
[steps](https://circleci.com/docs/2.0/configuration-reference/#steps) to be run
111+
within a given [executor]({{site.baseurl}}/2.0/orb-concepts/#executors), and are
112+
orchestrated using [Workflows]({{site.baseurl}}/2.0/workflows/). Jobs
113+
will also individually return their status via [GitHub
114+
Checks](https://circleci.com/docs/2.0/enable-checks/).
110115
111116
```yaml
112117
version: 2.1

jekyll/_cci2/workflows-overview.md

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

jekyll/_cci2_ja/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ steps:
10101010

10111011
`deploy` ステップを使用するときには、ワークフローを使用してジョブのオーケストレーションやトリガーを実行する方法を理解しておくことをお勧めします。 ワークフローの使用方法については、以下を参照してください。
10121012

1013-
- [ワークフロー](https://circleci.com/docs/2.0/workflows-overview/)
1013+
- [ワークフロー](https://circleci.com/docs/2.0/workflows/)
10141014
- [`workflows`](https://circleci.com/docs/2.0/configuration-reference/#section=configuration)
10151015

10161016
###### 例

jekyll/_cci2_ja/workflows-overview.md

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

0 commit comments

Comments
 (0)