From c2095d849cf4f5550656615ebb1f19a3a89a5832 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Sat, 14 Dec 2024 23:46:35 +0100 Subject: [PATCH] fix deploy web --- .github/workflows/build_web.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_web.yaml b/.github/workflows/build_web.yaml index 881b606..83b8c49 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/abap2UI5-web' + if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/setup' with: deploy_key: ${{ secrets.DEPLOY_WEB }} external_repository: abap2UI5/web-abap2ui5-samples @@ -30,4 +30,4 @@ jobs: user_email: 'github-actions[bot]@users.noreply.github.com' publish_branch: main force_orphan: true - publish_dir: ./build \ No newline at end of file + publish_dir: ./build