Debug pull_request
Some checks failed
Jekyll / jekyll (pull_request) Failing after 44s

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2025-08-19 11:04:50 +02:00
parent 8bcea717df
commit 6be872c78b

View file

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