Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down