Skip to content

Commit c0b00ca

Browse files
authored
fix action (#37)
1 parent c6624e0 commit c0b00ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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/setup'
25+
if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-web'
2626
with:
2727
deploy_key: ${{ secrets.DEPLOY_WEB }}
2828
external_repository: abap2UI5/web-abap2ui5-samples

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
abap2UI5
44
abap2UI5-samples
55
output
6+
build

0 commit comments

Comments
 (0)