diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -3,3 +3,8 @@ clean: | |||
| 3 | 3 | ||
| 4 | run: clean | 4 | run: clean |
| 5 | bundle exec jekyll serve --incremental | 5 | bundle exec jekyll serve --incremental |
| 6 | |||
| 7 | publish: | ||
| 8 | git add . | ||
| 9 | git commit -m "update" | ||
| 10 | git push | ||
