diff --git a/.github/workflows/update-koto.yml b/.github/workflows/update-koto.yml index 517669b..54dbf3d 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