git-preview @ main

static git web frontend but with images and html previews + code truncation

Merge branch 'main' of https://github.com/jxc2000-b/git-preview
Tue, 14 Jul 2026
1 files changed, 54 insertions(+), 0 deletions(-)
A .github/workflows/static.yml

@@ -0,0 +1,54 @@

+ +name: Deploy git-preview to GitHub Pages + +on: + push: + branches: ["main"] + workflow_dispatch: + +permissions: + contents: read

… preview truncated