verso2

A simple web framework.
git clone git://git.chappelle.dev/verso2.git
Log | Files | Refs | README | LICENSE

commit 072f0c852fb4de6c0f32e45862e9a51d9154da7c
parent 81e455149a0a7430d0ed49574bde1ce055390823
Author: Nathaniel Chappelle <nathaniel@chappelle.dev>
Date:   Thu, 14 May 2026 12:10:01 -0700

Im stupid

Diffstat:
M.github/workflows/deploy.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: run: sudo apt-get install -y lowdown - name: Build - run: make build + run: ./build.sh - name: Setup SSH run: |