File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020 - run : npm run clone
2121 - run : npm run unit
2222 - run : npm run webpack:build
23- - name : deploy playground.abaplint.org
23+ - name : deploy to web-abap2ui5-samples
2424 uses : peaceiris/actions-gh-pages@v3
2525 if : github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-web'
2626 with :
3030 user_email : ' github-actions[bot]@users.noreply.github.com'
3131 publish_branch : main
3232 force_orphan : true
33- publish_dir : ./build
33+ publish_dir : ./build
Original file line number Diff line number Diff line change 22
33Run abap2UI5 with [ ** open-abap** ] ( https://github.com/open-abap ) on Node.js
44
5+ https://abap2ui5.github.io/web-abap2ui5-samples/
6+
57## Start
68```
79npm install
@@ -16,4 +18,4 @@ npm test
16181 . Clone repositories into ` /src/ `
17192 . Downport ` /src/ ` into ` /downport/ `
18203 . Transpile with [ express-icf-shim] ( https://github.com/open-abap/express-icf-shim ) into ` /output/ `
19- 4 . Webpack backend + frontend + database into folder ` build `
21+ 4 . Webpack backend + frontend + database into folder ` build `
You can’t perform that action at this time.
0 commit comments