diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ run: clean | |||
| 5 | bundle exec jekyll serve --incremental --drafts | 5 | bundle exec jekyll serve --incremental --drafts |
| 6 | 6 | ||
| 7 | publish: | 7 | publish: |
| 8 | cp _includes/site.min.css assets/site.min.css | 8 | cp _includes/site.min.css assets/site.min.css # for service worker |
| 9 | git add . | 9 | git add . |
| 10 | git commit -m "content update" | 10 | git commit -m "content update" |
| 11 | git push | 11 | git push |
