diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75ae90c..eaba0c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,5 +17,5 @@ makedoc: # create preview folder (if not master) - if [ "$CI_BUILD_REF_NAME" != "master" ]; then sshpass -p $RSYNC_PASSWORD sftp -o PreferredAuthentications=password -o PubkeyAuthentication=no -o StrictHostKeyChecking=no $RSYNC_USER@$WEB_SERVER_URL:$WEB_SERVER_ROOT_FOLDER <<< $'mkdir preview'; fi - if [ "$CI_BUILD_REF_NAME" != "master" ]; then sshpass -p $RSYNC_PASSWORD sftp -o PreferredAuthentications=password -o PubkeyAuthentication=no -o StrictHostKeyChecking=no $RSYNC_USER@$WEB_SERVER_URL:$WEB_SERVER_ROOT_FOLDER/preview <<< $'mkdir $CI_BUILD_REF_NAME'; fi - # deploy on sw.lsst.eu + # deploy on lsst-sw.in2p3.fr - rsync --rsh="sshpass -p $RSYNC_PASSWORD ssh -l $RSYNC_USER -o StrictHostKeyChecking=no" --recursive --force --delete /builds/$CI_PROJECT_NAMESPACE/htmloutput/ $WEB_SERVER_URL:$WEB_SERVER_ROOT_FOLDER$output_folder diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..ce30d13 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,14 @@ +.. LSST User Guide documentation master file, created by + sphinx-quickstart on Thu Feb 23 16:01:53 2017. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +###################### +LSST-France User Guide +###################### + +Welcome to the LSST-France User Guide. Here you will find supplemental information to the official LSST documentation specifically about the activities of the LSST community in France. + +.. note:: + + This space is a permanent work in progress.