Make: rename target project-website
to deploy-website
This makes it clearer that this target actually deploys the website to flamenco.blender.org.
This commit is contained in:
parent
89a323d079
commit
a229c0f75a
2
Makefile
2
Makefile
@ -236,7 +236,7 @@ clean-webapp-static:
|
|||||||
mkdir -p ./${WEB_STATIC}
|
mkdir -p ./${WEB_STATIC}
|
||||||
touch ${WEB_STATIC}/emptyfile
|
touch ${WEB_STATIC}/emptyfile
|
||||||
|
|
||||||
project-website:
|
deploy-website:
|
||||||
$(MAKE) -s check-environment
|
$(MAKE) -s check-environment
|
||||||
rm -rf web/project-website/public/
|
rm -rf web/project-website/public/
|
||||||
cd web/project-website; hugo --baseURL https://flamenco.blender.org/
|
cd web/project-website; hugo --baseURL https://flamenco.blender.org/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user