We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deploy-site.yaml
1 parent c4cb322 commit c14079fCopy full SHA for c14079f
.github/workflows/deploy-site.yaml
@@ -41,7 +41,7 @@ jobs:
41
staging:
42
profile: ~
43
whoami: ${{ github.ref_name }}-site-stg-out
44
- subdir: content/
+ subdir: content
45
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.
@@ -62,7 +62,7 @@ jobs:
62
asf-yaml-content: |
63
publish:
64
whoami: ${{ github.ref_name }}-out
65
66
target-branch: ${{ github.ref_name }}-out
67
68
0 commit comments