WIP: Remove the about us picture #29
|
@ -8,8 +8,8 @@ on:
|
|||
env:
|
||||
_UID: 1000
|
||||
_GID: 1000
|
||||
WEB_DOMAIN: lafs.eval.latfa.net
|
||||
WEB_USER: www
|
||||
WEB_DOMAIN: 87b59b92.nip.io
|
||||
WEB_USER: bot-www
|
||||
WEB_DIR: /var/www
|
||||
jobs:
|
||||
jekyll:
|
||||
|
@ -57,11 +57,11 @@ jobs:
|
|||
run: |
|
||||
if [ "${{ gitea.ref }}" = 'refs/heads/main' ]; then
|
||||
WEB_ROOT="${WEB_DIR}/site"
|
||||
WEB_HOST="www.${WEB_DOMAIN}"
|
||||
WEB_HOST="live.www.${WEB_DOMAIN}"
|
||||
WEB_CONTEXT='/'
|
||||
else
|
||||
WEB_ROOT="${WEB_DIR}/preview"
|
||||
WEB_HOST="preview.${WEB_DOMAIN}"
|
||||
WEB_HOST="preview.www.${WEB_DOMAIN}"
|
||||
WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/'
|
||||
fi
|
||||
# Save those variabes in the environment for the next steps
|
||||
|
@ -77,7 +77,7 @@ jobs:
|
|||
- name: Comment pull request
|
||||
id: comment_pull_request
|
||||
if: ${{ always() && gitea.event_name == 'pull_request' }}
|
||||
uses: exercism/pr-commenter-action@v1.5.1
|
||||
uses: https://github.com/exercism/pr-commenter-action@v1.5.1
|
||||
with:
|
||||
template-variables: |
|
||||
{
|
||||
|
|
|
@ -70,8 +70,6 @@ blog:
|
|||
excerpt: ""
|
||||
about:
|
||||
- title: "About us"
|
||||
image_path: /assets/images/aboutus.png
|
||||
alt: "aboutus"
|
||||
excerpt: >-
|
||||
Tahoe-LAFS is an open-source project supported by donations
|
||||
and maintained by a group of hardy volunteers.
|
||||
|
|
Loading…
Reference in a new issue