WIP: Remove the about us picture #29

Draft
btlogy wants to merge 6 commits from rework-about into main
Showing only changes of commit 4bb523a36d - Show all commits

View file

@ -57,11 +57,11 @@ jobs:
run: | run: |
if [ "${{ gitea.ref }}" = 'refs/heads/main' ]; then if [ "${{ gitea.ref }}" = 'refs/heads/main' ]; then
WEB_ROOT="${WEB_DIR}/site" WEB_ROOT="${WEB_DIR}/site"
WEB_HOST="www.${WEB_DOMAIN}" WEB_HOST="live.www.${WEB_DOMAIN}"
WEB_CONTEXT='/' WEB_CONTEXT='/'
else else
WEB_ROOT="${WEB_DIR}/preview" WEB_ROOT="${WEB_DIR}/preview"
WEB_HOST="preview.${WEB_DOMAIN}" WEB_HOST="preview.www.${WEB_DOMAIN}"
WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/' WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/'
fi fi
# Save those variabes in the environment for the next steps # Save those variabes in the environment for the next steps