Compare commits

..

1 commit

Author SHA1 Message Date
Benoit Donneaux f019d1951a Try event
All checks were successful
Jekyll / jekyll (pull_request) Successful in 40s
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2025-08-19 11:08:16 +02:00

View file

@ -58,7 +58,7 @@ jobs:
id: deploy_site id: deploy_site
if: ${{ ! forge.event.pull_request.head.repo.fork }} if: ${{ ! forge.event.pull_request.head.repo.fork }}
run: | run: |
echo '${{ toJson(event.forge.pull_request.head.repo) }}' echo '${{ toJson(forge.event.pull_request.head.repo) }}'
if [ "${{ forge.ref }}" = 'refs/heads/main' ]; then if [ "${{ forge.ref }}" = 'refs/heads/main' ]; then
WEB_ROOT="${WEB_DIR}/live" WEB_ROOT="${WEB_DIR}/live"
WEB_VHOST="home.of.${WEB_DOMAIN}" WEB_VHOST="home.of.${WEB_DOMAIN}"