Skip to content

Commit

Permalink
Merge pull request #723 from marcjansen/ci-fix-after-ol-upgrade
Browse files Browse the repository at this point in the history
Fix CI resource copying/referencing (aftermath of ol upgrade)
  • Loading branch information
marcjansen committed Dec 16, 2022
2 parents 9a3a5f1 + e794c13 commit a88f691
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ jobs:
cp -r resources master/
cp -r src master/
cp -r classic master/
cp -r node_modules/ol master/resources/
find master/examples -type f -name "*.html" -exec sed -i 's|../../node_modules/ol|g' {} +
cp -r node_modules/ol/dist master/resources/
cp node_modules/ol/ol.css master/resources/
find master/examples -type f -name "*.html" -exec sed -i 's|../../node_modules/ol|../../resources/|g' {} +
cp /tmp/sencha-workspace/packages/geoext3/build/*js master/
npm run generate:docs:master
npm run generate:docs-w-ext:master
Expand Down

0 comments on commit a88f691

Please sign in to comment.