Skip to content

Commit

Permalink
update: netlify deploy for docsy
Browse files Browse the repository at this point in the history
Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Lorenzo Fontana <lo@linux.com>
  • Loading branch information
fntlnz and leodido committed Jan 18, 2021
1 parent 54a4af7 commit 69fb684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clean:
rm -rf public

dependencies:
(cd themes/falco-fresh && npm install)
(cd themes/docsy && git submodule update -f --init && cd ../..)

serve: dependencies
hugo server \
Expand Down

0 comments on commit 69fb684

Please sign in to comment.