tkobayas commented on PR #18: URL: https://github.com/apache/incubator-kie-website/pull/18#issuecomment-2642163362
Hi @domhanak , After merging https://github.com/apache/incubator-kie-drools/pull/6245/ , we can include drools 10.0.0 docs in the same way as sonataflow. ``` - name: Checkout Drools uses: actions/checkout@v4 with: repository: apache/incubator-kie-drools ref: 10.0.x path: drools - name: Build Drools run: | cd drools/drools-docs mvn -B clean install // website checkout - name: Copy Drools docs to Apache KIE static folder run: | mkdir -p site/static/drools-docs cp -r drools/drools-docs/target/website/docs/* site/static/drools-docs ``` Thanks! -- 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]
