Skip to content

Commit 63404c2

Browse files
docs: update action documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8027afe commit 63404c2

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/actions/generate-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Generate Documentation
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/12acede1c8e9897755acfcddd7c874e340fd4f5ad4f0b2f30f76393555feba6b/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
6+
<img src="https://opengraph.githubassets.com/9ad47713579e36c330e8fd8a9fbd838edc52670aea1341462d48e247857506db/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
77
</div>
88

99
---

.github/actions/inject-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Inject Documentation
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/12acede1c8e9897755acfcddd7c874e340fd4f5ad4f0b2f30f76393555feba6b/hoverkraft-tech/public-docs" width="60px" align="center" alt="Inject Documentation" />
6+
<img src="https://opengraph.githubassets.com/9ad47713579e36c330e8fd8a9fbd838edc52670aea1341462d48e247857506db/hoverkraft-tech/public-docs" width="60px" align="center" alt="Inject Documentation" />
77
</div>
88

99
---

.github/actions/prepare-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Prepare Documentation Bundle
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/12acede1c8e9897755acfcddd7c874e340fd4f5ad4f0b2f30f76393555feba6b/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
6+
<img src="https://opengraph.githubassets.com/9ad47713579e36c330e8fd8a9fbd838edc52670aea1341462d48e247857506db/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
77
</div>
88

99
---

.github/actions/resolve-docs-target/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Resolve Documentation Target
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/12acede1c8e9897755acfcddd7c874e340fd4f5ad4f0b2f30f76393555feba6b/hoverkraft-tech/public-docs" width="60px" align="center" alt="Resolve Documentation Target" />
6+
<img src="https://opengraph.githubassets.com/9ad47713579e36c330e8fd8a9fbd838edc52670aea1341462d48e247857506db/hoverkraft-tech/public-docs" width="60px" align="center" alt="Resolve Documentation Target" />
77
</div>
88

99
---

.github/workflows/sync-docs-dispatcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Reusable Workflow: Push Documentation Helper
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/12acede1c8e9897755acfcddd7c874e340fd4f5ad4f0b2f30f76393555feba6b/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
6+
<img src="https://opengraph.githubassets.com/9ad47713579e36c330e8fd8a9fbd838edc52670aea1341462d48e247857506db/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
77
</div>
88

99
---

application/src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function ValuePropsSection() {
9999
}
100100

101101
function ProjectsSection() {
102-
const projects = [
102+
const projects =
103103
{
104104
name: "compose-action",
105105
icon: "⚡",
@@ -131,8 +131,8 @@ function ProjectsSection() {
131131
"Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context",
132132
tags: ["build", "containers", "continuous-integration"],
133133
accent: "primary",
134-
},
135-
];
134+
}
135+
;
136136

137137
return (
138138
<section style={{ padding: "4rem 0" }}>

0 commit comments

Comments
 (0)