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 6e9a77ce Remove redundant `target-path` in `deploy-site.yaml` (#19)
6e9a77ce is described below
commit 6e9a77cec32b45c558362bc87fec806e26fe4819
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Jan 9 16:13:48 2026 +0100
Remove redundant `target-path` in `deploy-site.yaml` (#19)
---
.github/workflows/deploy-site.yaml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/.github/workflows/deploy-site.yaml
b/.github/workflows/deploy-site.yaml
index 48806a5e..28a28b41 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -43,11 +43,6 @@ jobs:
whoami: ${{ github.ref_name }}-site-stg-out
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.
- # Other `logging-*` repositories using `deploy-site-reusable.yaml` can
continue using the default `target-path`.
- # See https://issues.apache.org/jira/browse/INFRA-27533
- target-path: content
deploy-site-pro:
if: github.repository == 'apache/logging-site' && github.ref_name ==
'main-site-pro'
@@ -64,8 +59,3 @@ jobs:
whoami: ${{ github.ref_name }}-out
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.
- # Other `logging-*` repositories using `deploy-site-reusable.yaml` can
continue using the default `target-path`.
- # See https://issues.apache.org/jira/browse/INFRA-27533
- target-path: content