From 4610bd62a878cd1bf68ade7ca42bc540ad691cf0 Mon Sep 17 00:00:00 2001 From: Ian Hobson Date: Mon, 29 Jan 2024 12:20:16 +0100 Subject: [PATCH] Add a deploy step to update-koto.yml --- .github/workflows/update-koto.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update-koto.yml b/.github/workflows/update-koto.yml index 517669b8..54dbf3de 100644 --- a/.github/workflows/update-koto.yml +++ b/.github/workflows/update-koto.yml @@ -42,3 +42,8 @@ jobs: git add modules/koto git commit -m "Update to the latest version of Koto" git push + + - name: Deploy + run: | + cd website + just deploy