verso2

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

commit 81e455149a0a7430d0ed49574bde1ce055390823
parent 20feb247320e367aa581841dd2822598d2a3386c
Author: Nathaniel Chappelle <nathaniel@chappelle.dev>
Date:   Thu, 14 May 2026 12:04:27 -0700

fixing run

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 @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - name: Install lowdown - - run: sudo apt-get install -y lowdown + run: sudo apt-get install -y lowdown - name: Build run: make build