From 0844cb231d864c804544daf2d5bd9d96b8fe62a2 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 6 May 2025 04:04:55 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e0c4ea..641e374 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-gh-page -A tool that automatically generates GitHub Pages static websites from repository content. It converts your repository's Markdown files to HTML with a consistent layout, handles navigation, and preserves your documentation structure. +A tool that automatically generates GitHub Pages static websites from repository content. It converts your repository's Markdown files to HTML with a consistent layout, handles navigation, and preserves your documentation structure. It can be used as a github workflow for any repo. ## Features