Skip to content

Commit 6e9a77c

Browse files
authored
Remove redundant target-path in deploy-site.yaml (#19)
1 parent c14079f commit 6e9a77c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
whoami: ${{ github.ref_name }}-site-stg-out
4444
subdir: content
4545
target-branch: ${{ github.ref_name }}-site-stg-out
46-
# For some unknown reason, `target-path` needs to be `content`.
47-
# Fortunately, it is only `logging-site` that needs to implement this hack.
48-
# Other `logging-*` repositories using `deploy-site-reusable.yaml` can continue using the default `target-path`.
49-
# See https://issues.apache.org/jira/browse/INFRA-27533
50-
target-path: content
5146

5247
deploy-site-pro:
5348
if: github.repository == 'apache/logging-site' && github.ref_name == 'main-site-pro'
@@ -64,8 +59,3 @@ jobs:
6459
whoami: ${{ github.ref_name }}-out
6560
subdir: content
6661
target-branch: ${{ github.ref_name }}-out
67-
# For some unknown reason, `target-path` needs to be `content`.
68-
# Fortunately, it is only `logging-site` that needs to implement this hack.
69-
# Other `logging-*` repositories using `deploy-site-reusable.yaml` can continue using the default `target-path`.
70-
# See https://issues.apache.org/jira/browse/INFRA-27533
71-
target-path: content

0 commit comments

Comments
 (0)