We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495df94 commit 81f3238Copy full SHA for 81f3238
.github/workflows/publish-website.yml
@@ -25,13 +25,9 @@ jobs:
25
uses: actions/setup-node@v3.6.0
26
with:
27
node-version: 21
28
- - name: Prepare static artifacts Omnibus
+ - name: Prepare static artifacts
29
run: |
30
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
35
- name: Build Website
36
working-directory: ./website
37
0 commit comments