From ca6afba15e363b677a0c0a48015884ea601f5448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20Yaz=C4=B1c=C4=B1?= Date: Fri, 9 Jan 2026 15:29:43 +0100 Subject: [PATCH] Fix `deploy-site.yaml` as suggested by @Humbedooh[1] [1] https://the-asf.slack.com/archives/CBX4TSBQ8/p1767880006535609?thread_ts=1767877560.723049&cid=CBX4TSBQ8 --- .github/workflows/deploy-site.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index fdb6eaea..48806a5e 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -41,7 +41,7 @@ jobs: staging: profile: ~ whoami: ${{ github.ref_name }}-site-stg-out - subdir: content/ + subdir: content target-branch: ${{ github.ref_name }}-site-stg-out # For some unknown reason, `target-path` needs to be `content`. # Fortunately, it is only `logging-site` that needs to implement this hack. @@ -62,7 +62,7 @@ jobs: asf-yaml-content: | publish: whoami: ${{ github.ref_name }}-out - subdir: content/ + subdir: content target-branch: ${{ github.ref_name }}-out # For some unknown reason, `target-path` needs to be `content`. # Fortunately, it is only `logging-site` that needs to implement this hack.