From ff6783ca08a2425a4c4e8b445407743e766e5b69 Mon Sep 17 00:00:00 2001 From: mimi-tam <59574285+mimi-tam@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:23:21 -0400 Subject: [PATCH] update PCT Report as part of website publication update PCT Report as part of website publication --- .github/workflows/publish-website.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index 2d5bcb319..64ad6bcbc 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -25,9 +25,13 @@ jobs: uses: actions/setup-node@v3.6.0 with: node-version: 21 - - name: Prepare static artifacts + - name: Prepare static artifacts Omnibus run: | cp -r installers/omnibus/scripts/* website/static/omnibus + - name: Prepare static artifacts PCT + run: | + mvn exec:java -pl org.finos.legend.engine:legend-engine-server-http-server -Dexec.mainClass="org.finos.legend.engine.server.core.pct.PCT_to_SimpleHTML" + cp -f target/ok.html website/static/PCT_Report_Compatibility.html - name: Build Website working-directory: ./website run: |