Skip to content

Commit 495df94

Browse files
authored
update PCT Report as part of website publication (#859)
update PCT Report as part of website publication
1 parent ae84484 commit 495df94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-website.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ jobs:
2525
uses: actions/setup-node@v3.6.0
2626
with:
2727
node-version: 21
28-
- name: Prepare static artifacts
28+
- name: Prepare static artifacts Omnibus
2929
run: |
3030
cp -r installers/omnibus/scripts/* website/static/omnibus
31+
- name: Prepare static artifacts PCT
32+
run: |
33+
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"
34+
cp -f target/ok.html website/static/PCT_Report_Compatibility.html
3135
- name: Build Website
3236
working-directory: ./website
3337
run: |

0 commit comments

Comments
 (0)