We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ec0db commit ca69f49Copy full SHA for ca69f49
Makefile
@@ -3,7 +3,7 @@ run:
3
./hugo serve
4
5
build:
6
- ./hugo build --gc --minify && cp -r public/* docs && echo "copied to docs/. Done."
+ ./hugo build --gc --minify && cp -r public/* docs && git add docs/* && echo "copied to docs/. Done."
7
8
publish:
9
git commit -m "publish" && git push
0 commit comments