From 0caba45750063e6069c71171b5f5cc13ca00bcaf Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:42:17 +0100 Subject: [PATCH] Delete .github/workflows/build_downport.yaml --- .github/workflows/build_downport.yaml | 31 --------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/build_downport.yaml diff --git a/.github/workflows/build_downport.yaml b/.github/workflows/build_downport.yaml deleted file mode 100644 index f8ff1757..00000000 --- a/.github/workflows/build_downport.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: build_downport - -on: - push: - branches: [main] - -permissions: - contents: read - -jobs: - build_downport: - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 20 - - run: git clone https://github.com/abap2UI5/abap2UI5-setup.git && cp -r abap2UI5-setup/* . && npm i - - run: npm ci - - run: npm run downport - - name: send to downport repository - uses: peaceiris/actions-gh-pages@v3 - with: - external_repository: abap2UI5-downported/abap2UI5 - user_name: 'github-actions[bot]' - user_email: 'github-actions[bot]@users.noreply.github.com' - publish_branch: main - publish_dir: ./downport - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - destination_dir: src