Skip to content

Commit c14079f

Browse files
authored
1 parent c4cb322 commit c14079f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
staging:
4242
profile: ~
4343
whoami: ${{ github.ref_name }}-site-stg-out
44-
subdir: content/
44+
subdir: content
4545
target-branch: ${{ github.ref_name }}-site-stg-out
4646
# For some unknown reason, `target-path` needs to be `content`.
4747
# Fortunately, it is only `logging-site` that needs to implement this hack.
@@ -62,7 +62,7 @@ jobs:
6262
asf-yaml-content: |
6363
publish:
6464
whoami: ${{ github.ref_name }}-out
65-
subdir: content/
65+
subdir: content
6666
target-branch: ${{ github.ref_name }}-out
6767
# For some unknown reason, `target-path` needs to be `content`.
6868
# Fortunately, it is only `logging-site` that needs to implement this hack.

0 commit comments

Comments
 (0)