Skip to content

Commit

Permalink
Add a deploy step to update-koto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irh committed Jan 29, 2024
1 parent fb0d911 commit 4610bd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-koto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4610bd6

Please sign in to comment.