This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3e034352571 When publishing docs to s3 we need to include commits
(#50533)
3e034352571 is described below
commit 3e034352571007117224ab06bda69be2dfae1d57
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 13 14:16:47 2025 +0200
When publishing docs to s3 we need to include commits (#50533)
---
.github/workflows/publish-docs-to-s3.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish-docs-to-s3.yml
b/.github/workflows/publish-docs-to-s3.yml
index 1ff8f531146..d3e80a98c56 100644
--- a/.github/workflows/publish-docs-to-s3.yml
+++ b/.github/workflows/publish-docs-to-s3.yml
@@ -146,7 +146,7 @@ jobs:
env:
INCLUDE_DOCS: ${{ needs.build-info.outputs.include-docs }}
run: >
- breeze build-docs ${INCLUDE_DOCS} --docs-only
+ breeze build-docs ${INCLUDE_DOCS} --docs-only --include-commits
- name: "Upload build docs"
uses: actions/upload-artifact@v4
with: