We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4451097 commit 04aa8b9Copy full SHA for 04aa8b9
1 file changed
ansible/www-standalone/resources/scripts/check-build-site.sh
@@ -11,4 +11,6 @@ indexjson=/home/dist/${site}/release/index.json
11
indexhtml=/home/www/${site}/en/index.html
12
buildsite=/home/nodejs/build-site.sh
13
14
-[ $indexjson -nt $indexhtml ] && $buildsite $site
+[ "X$site" = "Xnodejs" ] && indexhtml=/home/www/nodejs/en.html
15
+
16
+[ $indexjson -nt $indexhtml ] && $buildsite $site
0 commit comments