This is an automated email from the ASF dual-hosted git repository.
erose pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new e0e1ef95 HDDS-11871. Update Publish Ozone docs workflow for HDDS-11365
(#108)
e0e1ef95 is described below
commit e0e1ef95f7a9dd6efa0603a89ba95a946b1283d7
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Dec 6 22:50:54 2024 +0100
HDDS-11871. Update Publish Ozone docs workflow for HDDS-11365 (#108)
---
.github/workflows/ozone-docs.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ozone-docs.yml b/.github/workflows/ozone-docs.yml
index 964037d8..871e01b3 100644
--- a/.github/workflows/ozone-docs.yml
+++ b/.github/workflows/ozone-docs.yml
@@ -27,10 +27,11 @@ jobs:
with:
repository: apache/ozone
path: ozone
+ fetch-depth: 0
- name: Build Ozone docs
working-directory: ozone
run: |
- mvn --no-transfer-progress -pl :hdds-docs clean package
+ hadoop-ozone/dev-support/checks/docs.sh
mv hadoop-hdds/docs/target/classes/docs ../edge
- name: Checkout Ozone Site generated version
uses: actions/checkout@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]