We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa07bf0 commit f9893c3Copy full SHA for f9893c3
.github/workflows/build_web.yaml
@@ -22,12 +22,12 @@ jobs:
22
- run: npm run webpack:build
23
- name: deploy to web-abap2ui5-samples
24
uses: peaceiris/actions-gh-pages@v4
25
- if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-web'
+ if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/setup'
26
with:
27
deploy_key: ${{ secrets.DEPLOY_WEB }}
28
external_repository: abap2UI5/web-abap2ui5-samples
29
user_name: 'github-actions[bot]'
30
user_email: 'github-actions[bot]@users.noreply.github.com'
31
publish_branch: main
32
force_orphan: true
33
- publish_dir: ./build
+ publish_dir: ./build
0 commit comments