Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* ci

* Delete .github/workflows/build_ui5_stringified.yaml

* Update and rename build_bsp.yaml to build_frontend_classic.yaml

* Update and rename build_webapp.yaml to build_frontend_cloud.yaml
  • Loading branch information
oblomov-dev authored Oct 14, 2024
1 parent 6a9eeaf commit 4c03cdc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_downport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: send to downport repository
uses: peaceiris/actions-gh-pages@v3
with:
external_repository: abap2UI5-downports/abap2UI5
external_repository: abap2UI5-downported/abap2UI5
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
publish_branch: main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: send to bsp repository
uses: peaceiris/actions-gh-pages@v3
with:
external_repository: abap2UI5-connectors/fiori-launchpad-connector-onpremise
external_repository: abap2UI5/frontend
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
publish_branch: main
publish_branch: classic
publish_dir: output
deploy_key: ${{ secrets.ACTION_BSP_KEY }}
destination_dir: src/02
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: send to bsp repository
uses: peaceiris/actions-gh-pages@v3
with:
external_repository: abap2UI5-connectors/btp-connector
external_repository: abap2UI5/frontend
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
publish_branch: main
publish_branch: cloud
publish_dir: ./app/webapp
deploy_key: ${{ secrets.ACTION_WEBAPP_KEY }}
destination_dir: webapp
28 changes: 0 additions & 28 deletions .github/workflows/build_ui5_stringified.yaml

This file was deleted.

0 comments on commit 4c03cdc

Please sign in to comment.