Skip to content

Commit

Permalink
fix name (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Mar 31, 2024
1 parent 5d5818a commit 20fc413
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm run clone
- run: npm run unit
- run: npm run webpack:build
- name: deploy playground.abaplint.org
- name: deploy to web-abap2ui5-samples
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-web'
with:
Expand All @@ -30,4 +30,4 @@ jobs:
user_email: 'github-actions[bot]@users.noreply.github.com'
publish_branch: main
force_orphan: true
publish_dir: ./build
publish_dir: ./build
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Run abap2UI5 with [**open-abap**](https://github.com/open-abap) on Node.js

https://abap2ui5.github.io/web-abap2ui5-samples/

## Start
```
npm install
Expand All @@ -16,4 +18,4 @@ npm test
1. Clone repositories into `/src/`
2. Downport `/src/` into `/downport/`
3. Transpile with [express-icf-shim](https://github.com/open-abap/express-icf-shim) into `/output/`
4. Webpack backend + frontend + database into folder `build`
4. Webpack backend + frontend + database into folder `build`

0 comments on commit 20fc413

Please sign in to comment.