gtm-test-site/themes/papercss-hugo-theme/task_serve.sh
2024-01-23 17:47:24 +03:00

6 lines
74 B
Bash
Executable File

#!/usr/bin/env bash
cd exampleSite;
hugo serve --themesDir ../..;
cd ..;