Skip to content

Commit 64a539a

Browse files
committed
add gihub-actions-runner
1 parent f64bed1 commit 64a539a

File tree

5 files changed

+27
-1
lines changed

5 files changed

+27
-1
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
path = modules/helm-charts
1111
url = https://github.com/fullstack-devops/helm-charts.git
1212
branch = main
13+
[submodule "modules/github-actions-runner"]
14+
path = modules/github-actions-runner
15+
url = https://github.com/fullstack-devops/github-actions-runner.git
16+
branch = main
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Overview
3+
---
4+
5+
import ReadmePartial from '../../modules/github-actions-runner/README.md';
6+
7+
CI Tool for cross plattform builds
8+
9+
- **lib type**: helm charts repository
10+
- **repo**: https://github.com/fullstack-devops/github-actions-runner
11+
- **examples**: https://github.com/fullstack-devops/github-actions-runner/e
12+
13+
---
14+
15+
<ReadmePartial name="Readme" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
label: "GitHub actions runner"
2+
collapsible: true
3+
collapsed: true
4+
link:
5+
type: generated-index
6+
title: GitHub actions runner

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config = {
1313
baseUrl: "/",
1414
organizationName: "fullstack-devops", // Usually your GitHub org/user name.
1515
projectName: "fullstack-devops.github.io", // Usually your repo name.
16-
onBrokenLinks: "throw",
16+
onBrokenLinks: "warn", // "throw",
1717
onBrokenMarkdownLinks: "warn",
1818
i18n: {
1919
defaultLocale: "en",

modules/github-actions-runner

Submodule github-actions-runner added at 160768b

0 commit comments

Comments
 (0)