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