File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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
4651
4752 deploy-site-pro :
4853 if : github.repository == 'apache/logging-site' && github.ref_name == 'main-site-pro'
5964 whoami: ${{ github.ref_name }}-out
6065 subdir: content/
6166 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
You can’t perform that action at this time.
0 commit comments