From e6362c4862e0806052af1efc16eeca97085cd8f4 Mon Sep 17 00:00:00 2001 From: Eric Wendland Date: Wed, 15 Jul 2026 16:20:07 +0200 Subject: [PATCH] Document static deploy action requirements --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7c044c1..bcb0b5e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ A small, dependency-free Forgejo Action that synchronizes a completed static website build to a dedicated Bunny Storage Zone. +The runner needs Bash and Python 3.11 or newer. The action itself installs no +packages and executes no code from the Gandalf repository. + The deployer requires `index.html`, rejects symbolic links, compares files with a checksum manifest, uploads changed assets before HTML, deletes stale files only after successful uploads, and publishes the new manifest last.