Skip to content

Commit 20fc413

Browse files
authored
fix name (#13)
1 parent 5d5818a commit 20fc413

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build_web.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:
@@ -30,4 +30,4 @@ jobs:
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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Run 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
```
79
npm install
@@ -16,4 +18,4 @@ npm test
1618
1. Clone repositories into `/src/`
1719
2. Downport `/src/` into `/downport/`
1820
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`

0 commit comments

Comments
 (0)