diff --git a/doc/upload-docs.sh b/doc/upload-docs.sh index a95f9a68d7b1aed82bf92773422b22eb1336bc8a..a4691aecd31a14163b8f0c9bd30df137558eaa50 100755 --- a/doc/upload-docs.sh +++ b/doc/upload-docs.sh @@ -1,12 +1,3 @@ #! /bin/bash -cat > _build/html/.htaccess <<EOF -AuthUserFile /home/andreas/htpasswd -AuthGroupFile /dev/null -AuthName "Pre-Release Documentation" -AuthType Basic - -require user iliketoast -EOF - -rsync --progress --verbose --archive --delete _build/html/{.*,*} doc-upload:doc/loopy +rsync --verbose --archive --delete _build/html/{.*,*} doc-upload:doc/loopy