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 ed48ab1 commit 911a356Copy full SHA for 911a356
deploy.sh
@@ -2,8 +2,8 @@
2
#
3
# Deploy artifacts to temporary css4j.github.io repository.
4
5
-if [[ $# -ne 2 ]] ; then
6
- echo "No versions supplied (e.g. '3.2.0 1.0.0')"
+if [[ $# -ne 1 ]] ; then
+ echo "No versions supplied (e.g. '3.5.1')"
7
exit 1
8
fi
9
REPODIR="${HOME}/www/css4j.github.io/maven"
0 commit comments