Skip to content

Commit 8df7789

Browse files
authored
Revert "update PCT Report as part of website publication (#859)" (#860)
This reverts commit 495df94.
1 parent 495df94 commit 8df7789

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish-website.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ jobs:
2525
uses: actions/setup-node@v3.6.0
2626
with:
2727
node-version: 21
28-
- name: Prepare static artifacts Omnibus
28+
- name: Prepare static artifacts
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
3531
- name: Build Website
3632
working-directory: ./website
3733
run: |

0 commit comments

Comments
 (0)