mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 03:04:10 +00:00
17 lines
500 B
Cheetah
17 lines
500 B
Cheetah
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{.Name}} GitHub Action Documentation</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<style>
|
|
body { font-family: system-ui, sans-serif; margin: 2rem; background: #f9f9fb; }
|
|
h1, h2, h3 { color: #111; }
|
|
pre { background: #eee; padding: 1em; border-radius: 6px; }
|
|
code { font-family: mono; }
|
|
.badge { vertical-align: middle; margin-right: 8px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|