You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci-cd.yaml
+24-22Lines changed: 24 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# This is Cloud - Documentation website
2
2
3
-
[](https://github.com/size-up/docs/actions/workflows/onPushMainPrMain.yaml)
Copy file name to clipboardExpand all lines: docs/github/actions/real-world.md
+34-43Lines changed: 34 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,31 @@ sidebar_position: 999
8
8
This example is directly inspired from the `docs` repository _(where you are connected_ 🤯*)*.
9
9
:::
10
10
11
-
```yaml title="onPushMainPrMain.yaml"
11
+
```yaml title="ci-cd.yaml"
12
12
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
13
13
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
0 commit comments