From a7ad54ed1a6b85d1024c64ccba6f10038349fcb2 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 20 May 2025 07:34:39 +0200 Subject: [PATCH] fix action --- .github/workflows/build_web.yaml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_web.yaml b/.github/workflows/build_web.yaml index 83b8c49..3e6ef59 100644 --- a/.github/workflows/build_web.yaml +++ b/.github/workflows/build_web.yaml @@ -22,7 +22,7 @@ jobs: - run: npm run webpack:build - name: deploy to web-abap2ui5-samples uses: peaceiris/actions-gh-pages@v4 - if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/setup' + if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-web' with: deploy_key: ${{ secrets.DEPLOY_WEB }} external_repository: abap2UI5/web-abap2ui5-samples diff --git a/.gitignore b/.gitignore index 07bb8a4..aab10ae 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules abap2UI5 abap2UI5-samples output +build \ No newline at end of file