Skip to content

Commit

Permalink
HDDS-11871. Update Publish Ozone docs workflow for HDDS-11365 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Dec 6, 2024
1 parent 35f8a55 commit e0e1ef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ozone-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0e1ef9

Please sign in to comment.