mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Fixed autodeploy to do latest coriolis-data dist. Fixed sendToEDOMH function to only send the blueprint at the selected grade, not each grade up to that grade.
This commit is contained in:
1
.github/workflows/autodeploy.yml
vendored
1
.github/workflows/autodeploy.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
||||
git clone https://github.com/alex-williams/coriolis-data.git --single-branch --branch alpha
|
||||
cd coriolis-data
|
||||
npm install
|
||||
npm start
|
||||
cd ../coriolis
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
Reference in New Issue
Block a user