Skip to content

Commit f9893c3

Browse files
authored
fix deploy web (#30)
1 parent aa07bf0 commit f9893c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_web.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- run: npm run webpack:build
2323
- name: deploy to web-abap2ui5-samples
2424
uses: peaceiris/actions-gh-pages@v4
25-
if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-web'
25+
if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/setup'
2626
with:
2727
deploy_key: ${{ secrets.DEPLOY_WEB }}
2828
external_repository: abap2UI5/web-abap2ui5-samples
2929
user_name: 'github-actions[bot]'
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

0 commit comments

Comments
 (0)