Skip to content
Snippets Groups Projects
Commit 81d71986 authored by James Vasile's avatar James Vasile
Browse files

Use website instead of site

parent b926e9ac
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ${SCRIPT_DIR}/../site
cd ${SCRIPT_DIR}/../website
if [ "$1" = pub ]; then
pelican -d -s publishconf.py content
echo Pub site generated and copied to site/output
......
......@@ -16,6 +16,6 @@ fi
echo Acting as ${USERNAME}
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
${SCRIPT_DIR}/build pub
cd ${SCRIPT_DIR}/../site/output
cd ${SCRIPT_DIR}/../website/output
rsync -rvzP --delete --chown=groupname --chmod=g+w * ${USERNAME}@${SERVER}:${REMOTE_DIR}
......@@ -3,7 +3,7 @@
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ${SCRIPT_DIR}/../site
cd ${SCRIPT_DIR}/../website
# Run pelican, add a spurious setting that doesn't exist. It's really a flag
# that lets our testing know that Pelican is being served (and thus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment