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 c6624e0 commit c0b00caCopy full SHA for c0b00ca
.github/workflows/build_web.yaml
@@ -22,7 +22,7 @@ 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/setup'
+ if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-web'
26
with:
27
deploy_key: ${{ secrets.DEPLOY_WEB }}
28
external_repository: abap2UI5/web-abap2ui5-samples
.gitignore
@@ -3,3 +3,4 @@ node_modules
3
abap2UI5
4
abap2UI5-samples
5
output
6
+build
0 commit comments