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 20
20
- run : npm run clone
21
21
- run : npm run unit
22
22
- run : npm run webpack:build
23
- - name : deploy playground.abaplint.org
23
+ - name : deploy to web-abap2ui5-samples
24
24
uses : peaceiris/actions-gh-pages@v3
25
25
if : github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-web'
26
26
with :
30
30
user_email : ' github-actions[bot]@users.noreply.github.com'
31
31
publish_branch : main
32
32
force_orphan : true
33
- publish_dir : ./build
33
+ publish_dir : ./build
Original file line number Diff line number Diff line change 2
2
3
3
Run abap2UI5 with [ ** open-abap** ] ( https://github.com/open-abap ) on Node.js
4
4
5
+ https://abap2ui5.github.io/web-abap2ui5-samples/
6
+
5
7
## Start
6
8
```
7
9
npm install
@@ -16,4 +18,4 @@ npm test
16
18
1 . Clone repositories into ` /src/ `
17
19
2 . Downport ` /src/ ` into ` /downport/ `
18
20
3 . 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