From d0ee1d07db8b977a65980d331b4f8dc074650a95 Mon Sep 17 00:00:00 2001 From: berfinyuksel <99557970+berfinyuksel@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:17:53 +0200 Subject: [PATCH] Delete backup workflow files --- .github/workflows/docs.yaml.bak | 75 ---------------------- .github/workflows/poeditor-export.yaml.bak | 22 ------- 2 files changed, 97 deletions(-) delete mode 100644 .github/workflows/docs.yaml.bak delete mode 100644 .github/workflows/poeditor-export.yaml.bak diff --git a/.github/workflows/docs.yaml.bak b/.github/workflows/docs.yaml.bak deleted file mode 100644 index 4f252b5..0000000 --- a/.github/workflows/docs.yaml.bak +++ /dev/null @@ -1,75 +0,0 @@ -# Original docs workflow disabled in favor of new-docs.yml -# This file is kept only for reference. The active workflow is .github/workflows/new-docs.yml -# Backup of the original content: .github/workflows/docs.yaml.bak - -# -# name: "Documentation" -# -# on: -# pull_request_target: -# branches: -# - "[0-9]+.[0-9]+" -# - "[0-9]+.x" -# paths: -# - 'doc/**' -# - '.github/workflows/docs.yaml' -# - 'README.md' -# push: -# branches: -# - "[0-9]+.[0-9]+" -# - "[0-9]+.x" -# - "*_actions" -# paths: -# - 'doc/**' -# - '.github/workflows/docs.yaml' -# - 'README.md' -# -# permissions: -# contents: read -# -# jobs: -# docs: -# name: "Generate docs Pimcore Docs Generator" -# runs-on: "ubuntu-latest" -# steps: -# - name: "Checkout code" -# uses: "actions/checkout@v4" -# with: -# ref: ${{ github.event.pull_request.head.sha }} -# -# - name: "Checkout Docs Generator" -# uses: "actions/checkout@v4" -# with: -# repository: "pimcore/docs-generator" -# ref: "main" -# path: "./docs-generator" -# token: ${{ secrets.DOCS_GENERATOR_ACCESS_TOKEN }} -# -# - name: "Install Node" -# uses: actions/setup-node@v4 -# with: -# node-version: 'lts/*' -# registry-url: 'https://registry.npmjs.org' -# -# - name: Prepare Docs -# working-directory: "./docs-generator" -# run: | -# mkdir docs -# # copy docs to working directory -# cp -r ../doc ./docs/ -# -# # copy readme to working directory -# cp -r ../README.md ./docs/ -# -# # copy index page -# cp bin/resources/00_index_empty.md ./docs/00_index.md -# -# # use special docusaurus config (to exclude search plugin) and check for broken links -# mv docusaurus.config.js.repos-tests docusaurus.config.js -# -# - name: Build Docs -# working-directory: "./docs-generator" -# run: | -# npm install -# npm run build -# diff --git a/.github/workflows/poeditor-export.yaml.bak b/.github/workflows/poeditor-export.yaml.bak deleted file mode 100644 index eed34c2..0000000 --- a/.github/workflows/poeditor-export.yaml.bak +++ /dev/null @@ -1,22 +0,0 @@ -name: "Trigger POEditor Translations Export" - -on: - workflow_dispatch: - push: - branches: - - "[0-9]+.x" - paths: - - 'src/Resources/translations/admin.en.yml' - -permissions: - contents: read - -jobs: - poeditor: - runs-on: ubuntu-latest - steps: - - name: Trigger workflow in pimcore/poeditor-export-action - env: - GH_TOKEN: ${{ secrets.POEDITOR_ACTION_TRIGGER_TOKEN }} - run: | - gh workflow run -R pimcore/poeditor-export-action poeditor-export.yaml \ No newline at end of file