This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-site.git
The following commit(s) were added to refs/heads/main by this push:
new c14079f2 Fix `deploy-site.yaml` as suggested by @Humbedooh[1] (#18)
c14079f2 is described below
commit c14079f2e637e35abfdaf63a0172e2f8dfcfc6aa
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Jan 9 15:45:01 2026 +0100
Fix `deploy-site.yaml` as suggested by @Humbedooh[1] (#18)
[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.