Skip to content

Commit

Permalink
Cosmetic change to the sed action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjansen committed Dec 16, 2022
1 parent a88f691 commit 4f38784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
cp -r classic master/
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' {} +
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 4f38784

Please sign in to comment.