Debug forge object to filter events
Some checks failed
Jekyll / jekyll (pull_request) Failing after 39s

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2025-08-19 10:44:26 +02:00
parent 3a900964c0
commit a353d9963c

View file

@ -58,6 +58,7 @@ jobs:
id: deploy_site
if: forge.repository == 'Tahoe-LAFS/web-landing-page'
run: |
echo '${{ toJson(forge) }}'
if [ "${{ forge.ref }}" = 'refs/heads/main' ]; then
WEB_ROOT="${WEB_DIR}/live"
WEB_VHOST="home.of.${WEB_DOMAIN}"