Michael Zhang
5850483297
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
5 lines
134 B
Makefile
5 lines
134 B
Makefile
serve:
|
|
hugo serve --bind 0.0.0.0 --port 8313 --buildDrafts
|
|
|
|
linkcheck:
|
|
wget --spider -r -nd -nv -H -l 1 http://localhost:1313
|