Skip to content

Commit d74171f

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

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.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/a3d20f7ff409c41b4b681908c17f81072b7f7966f4a54efb8b5f031dcf640dd6/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
6+
<img src="https://opengraph.githubassets.com/29e7375d604141a5ab6aad4c87093e141636504726ca230720b894582bf34151/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate 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/a3d20f7ff409c41b4b681908c17f81072b7f7966f4a54efb8b5f031dcf640dd6/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
6+
<img src="https://opengraph.githubassets.com/29e7375d604141a5ab6aad4c87093e141636504726ca230720b894582bf34151/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
77
</div>
88

99
---

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

Lines changed: 5 additions & 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/a3d20f7ff409c41b4b681908c17f81072b7f7966f4a54efb8b5f031dcf640dd6/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
6+
<img src="https://opengraph.githubassets.com/29e7375d604141a5ab6aad4c87093e141636504726ca230720b894582bf34151/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
77
</div>
88

99
---
@@ -26,6 +26,10 @@ Reusable workflow that bundles project docs and triggers public portal sync
2626
- Collects readme and docs Markdown, adds sync metadata, and uploads a short-lived artifact
2727
- Dispatches a repository event so hoverkraft-tech/public-docs can ingest and publish updates
2828

29+
### Permissions
30+
31+
- **`contents`**: `read`
32+
2933
<!-- overview:end -->
3034

3135
## Important Note

application/docs/projects/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ including JavaScript, TypeScript, Makefile, Astro, Smarty, and more.
124124
icon="⚡"
125125
title="ci-dokumentor"
126126
titleHref="https://github.com/hoverkraft-tech/ci-dokumentor"
127-
meta="TypeScript • ⭐ 2 • Updated Nov 2, 2025"
127+
meta="TypeScript • ⭐ 2 • Updated Nov 3, 2025"
128128
description="Automated documentation generator for CI/CD components"
129129
tags={["documentation", "github-actions", "open-source"]}
130130
actions={[

application/src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ function ProjectsSection() {
137137

138138

139139

140+
140141

141142

142143
return (

0 commit comments

Comments
 (0)