@@ -9,7 +9,7 @@ import styles from './projects.module.css';
99
1010Welcome to the Hoverkraft project ecosystem! We maintain ** 32 open-source projects**
1111with a combined ** 234 stars** across multiple technologies
12- including TypeScript, JavaScript , Makefile, Astro, Smarty, and more.
12+ including JavaScript, TypeScript , Makefile, Astro, Smarty, and more.
1313
1414## 📊 Quick Stats
1515
@@ -107,6 +107,19 @@ including TypeScript, JavaScript, Makefile, Astro, Smarty, and more.
107107
108108<div className ={styles.projectsGrid} >
109109
110+ <HoverkraftProjectCard
111+ icon="⚡"
112+ title="ci-github-publish"
113+ titleHref="https://github.com/hoverkraft-tech/ci-github-publish "
114+ meta="JavaScript • ⭐ 2 • Updated Oct 31, 2025"
115+ description="Opinionated GitHub actions and workflows for streamlined release, deployment, and publishing."
116+ tags={[ "continuous-delivery", "continuous-deployment", "continuous-integration", "github-actions", "open-source"] }
117+ actions={[
118+ { label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-publish " },
119+ { label: "Documentation", href: "https://hoverkraft-tech.github.io/ci-github-publish/ " }
120+ ] }
121+ />
122+
110123 <HoverkraftProjectCard
111124 icon="⚡"
112125 title="compose-action"
@@ -133,19 +146,6 @@ including TypeScript, JavaScript, Makefile, Astro, Smarty, and more.
133146 ] }
134147 />
135148
136- <HoverkraftProjectCard
137- icon="⚡"
138- title="ci-github-publish"
139- titleHref="https://github.com/hoverkraft-tech/ci-github-publish "
140- meta="JavaScript • ⭐ 2 • Updated Oct 31, 2025"
141- description="Opinionated GitHub actions and workflows for streamlined release, deployment, and publishing."
142- tags={[ "continuous-delivery", "continuous-deployment", "continuous-integration", "github-actions", "open-source"] }
143- actions={[
144- { label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-publish " },
145- { label: "Documentation", href: "https://hoverkraft-tech.github.io/ci-github-publish/ " }
146- ] }
147- />
148-
149149 <HoverkraftProjectCard
150150 icon="⚡"
151151 title="ci-github-nodejs"
0 commit comments