Skip to content

Commit 3e03435

Browse files
authored
When publishing docs to s3 we need to include commits (#50533)
1 parent 3867e55 commit 3e03435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs-to-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
env:
147147
INCLUDE_DOCS: ${{ needs.build-info.outputs.include-docs }}
148148
run: >
149-
breeze build-docs ${INCLUDE_DOCS} --docs-only
149+
breeze build-docs ${INCLUDE_DOCS} --docs-only --include-commits
150150
- name: "Upload build docs"
151151
uses: actions/upload-artifact@v4
152152
with:

0 commit comments

Comments
 (0)