Skip to content

Commit

Permalink
Makefile: dummy no-action action for 'site' target.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-belkin committed Mar 23, 2021
1 parent 3aa5492 commit 20f284a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ serve : lesson-md .vendor/bundle index.md

## * site : build website but do not run a server
site : update-bundle site-offline
@:

## * site-offline : same as 'site' but doesn't update Ruby gems
site-offline : lesson-md .vendor/bundle index.md
Expand Down

0 comments on commit 20f284a

Please sign in to comment.