Skip to content

Commit ca69f49

Browse files
committed
make build: git add docs/*
1 parent a1ec0db commit ca69f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run:
33
./hugo serve
44

55
build:
6-
./hugo build --gc --minify && cp -r public/* docs && echo "copied to docs/. Done."
6+
./hugo build --gc --minify && cp -r public/* docs && git add docs/* && echo "copied to docs/. Done."
77

88
publish:
99
git commit -m "publish" && git push

0 commit comments

Comments
 (0)