domhanak commented on code in PR #43:
URL: 
https://github.com/apache/incubator-kie-website/pull/43#discussion_r2199970039


##########
.github/workflows/deploy.yml:
##########
@@ -59,6 +71,60 @@ jobs:
 
           mkdir -p docs/${{ matrix.version }}/kogito
           cp -r 
kogito-docs/doc-content/apache-kie-kogito/target/generated-docs/html_single/* 
docs/${{ matrix.version }}/kogito
+          
+          mkdir -p docs/${{ matrix.version }}/optaplanner
+          cp -r 
optaplanner/optaplanner-docs/target/generated-docs/html_single/* docs/${{ 
matrix.version }}/optaplanner
+
+      - name: Upload built docs artifact
+        uses: actions/upload-artifact@v4
+        with:
+          name: ${{ matrix.version }}
+          path: docs/${{ matrix.version }}
+
+  build-docs-10-1-x:
+    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        version: [10.1.x]
+    steps:
+      - name: Checkout SonataFlow repository
+        uses: actions/checkout@v4
+        with:
+          repository: apache/incubator-kie-kogito-docs
+          #ref: ${{ matrix.version }}
+          ref: main

Review Comment:
   Once merged you can specify `10.1.x` as ref



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to